Message190462
| Author |
nikratio |
| Recipients |
alex, nikratio |
| Date |
2013年06月02日.00:24:35 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1370132681.53.0.16164639727.issue18116@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Yes, I'm pretty sure:
[0] nikratio@vostro:~/tmp$ cp /usr/lib/python3.3/getpass.py .
[0] nikratio@vostro:~/tmp$ patch -p2 < issue18116.diff
patching file getpass.py
Hunk #1 succeeded at 57 (offset -1 lines).
[0] nikratio@vostro:~/tmp$ python3 bugme.py
/usr/lib/python3.3/os.py:1043: ResourceWarning: unclosed file <_io.FileIO name=3 mode='rb+'>
return io.open(fd, *args, **kwargs)
What's up?
# Test if we're using the patched getpass.py...
[0] nikratio@vostro:~/tmp$ vim getpass.py
[0] nikratio@vostro:~/tmp$ python3 bugme.py
Hello
/usr/lib/python3.3/os.py:1043: ResourceWarning: unclosed file <_io.FileIO name=3 mode='rb+'>
return io.open(fd, *args, **kwargs)
What's up? |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2013年06月02日 00:24:42 | nikratio | set | recipients:
+ nikratio, alex |
| 2013年06月02日 00:24:41 | nikratio | set | messageid: <1370132681.53.0.16164639727.issue18116@psf.upfronthosting.co.za> |
| 2013年06月02日 00:24:41 | nikratio | link | issue18116 messages |
| 2013年06月02日 00:24:36 | nikratio | create |
|