This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex
Recipients alex, nikratio
Date 2013-06-02.00:04:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370131476.66.0.643609334474.issue18116@psf.upfronthosting.co.za>
In-reply-to
Content
Are you sure you applied it correctly? With and without:

Alexanders-MacBook-Pro:cpython alex_gaynor$ ./python.exe x.py
What's up?
Alexanders-MacBook-Pro:cpython alex_gaynor$ hg revert --all --no-backup
reverting Lib/getpass.py
Alexanders-MacBook-Pro:cpython alex_gaynor$ ./python.exe x.py
What's up?
x.py:6: ResourceWarning: unclosed file <_io.TextIOWrapper name=3 mode='w+' encoding='UTF-8'>
  getpass.getpass("What's up?")
History
Date User Action Args
2013-06-02 00:04:36alexsetrecipients: + alex, nikratio
2013-06-02 00:04:36alexsetmessageid: <1370131476.66.0.643609334474.issue18116@psf.upfronthosting.co.za>
2013-06-02 00:04:36alexlinkissue18116 messages
2013-06-02 00:04:35alexcreate