[issue19499] "import this" is cached in sys.modules

2013-11-04 Thread Raymond Hettinger
New submission from Raymond Hettinger: The "this" module doesn't import functions; instead, it prints directly to stdout. Accordingly, there is no reason to cache this module in sys.modules. Ideally, a learner should be able to type "import this" more than once in a Python session.

[issue19499] "import this" is cached in sys.modules

2013-11-04 Thread Tim Peters
Tim Peters added the comment: "Special cases aren't special enough to break the rules." ;-) -- nosy: +tim.peters ___ Python tracker ___ __

[issue19397] test_pydoc fails with -S

2013-11-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue19397] test_pydoc fails with -S

2013-11-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2c191b0b5e7a by Terry Jan Reedy in branch '3.3': Issue #19397: test_pydoc now works with -S (help not added to builtins). http://hg.python.org/cpython/rev/2c191b0b5e7a -- nosy: +python-dev ___ Python trac

[issue19397] test_pydoc fails with -S

2013-11-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 92022b45e60b by Terry Jan Reedy in branch '2.7': Issue #19397: test_pydoc now works with -S (help not added to builtins). http://hg.python.org/cpython/rev/92022b45e60b -- ___ Python tracker

[issue19397] test_pydoc fails with -S

2013-11-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7 ___ Python tracker ___ ___

[issue19154] AttributeError: 'NoneType' in http/client.py when using select when file descriptor is closed.

2013-11-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: -Python 2.7, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue10375] 2to3 print(single argument)

2013-11-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: Benjamin, is the idea even feasible, or should this be closed? -- versions: +Python 3.3, Python 3.4 -Python 3.1, Python 3.2 ___ Python tracker _

[issue10375] 2to3 print(single argument)

2013-11-04 Thread Benjamin Peterson
Benjamin Peterson added the comment: Probably, but I'm not going to do it. 2013/11/4 Terry J. Reedy : > > Terry J. Reedy added the comment: > > Benjamin, is the idea even feasible, or should this be closed? > > -- > versions: +Python 3.3, Python 3.4 -Python 3.1, Python 3.2 > > __

[issue2504] Add gettext.pgettext() and variants support

2013-11-04 Thread Neil Hooey
Neil Hooey added the comment: Can someone review the patch and consider its inclusion? -- nosy: +nhooey ___ Python tracker ___ ___ Pyth

[issue10544] yield expression inside generator expression does nothing

2013-11-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy versions: -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue10375] 2to3 print(single argument)

2013-11-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: I'll close this then, as it will never happen. -- resolution: -> rejected status: open -> closed ___ Python tracker ___ ___

[issue10685] trace does not ignore --ignore-module

2013-11-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue19499] "import this" is cached in sys.modules

2013-11-04 Thread Eric Snow
Eric Snow added the comment: You could add the following to the bottom of this.py: import sys del sys.modules['this'] -- nosy: +eric.snow ___ Python tracker ___

[issue1069092] segfault on printing deeply nested structures (2.7 only)

2013-11-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: Verified with fresh 2.7.6 build -- title: segfault on printing nested sequences of None/Ellipsis -> segfault on printing deeply nested structures (2.7 only) ___ Python tracker _

[issue11096] Multiple turtle tracers

2013-11-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19500] Error when connecting to FTPS servers not supporting SSL session resuming

2013-11-04 Thread Ye Wang
New submission from Ye Wang: According to RFC4217 (Securing FTP with TLS, aka the FTPS spec), http://tools.ietf.org/html/rfc4217.html#section-10.2 " It is reasonable for the server to insist that the data connection uses a TLS cached session. This might be a cache of a previous data co

[issue19501] Buildbot testing of 3.2 broken

2013-11-04 Thread Zachary Ware
New submission from Zachary Ware: After the recent commits to 3.2, I noticed that the only non-red 3.2 buildbots are the Windows bots; all other 3.2 bots are failing on `make touch`, which doesn't exist in 3.2. The simplest fix seems to me to be to add a fake 'touch' target to the Makefile, b

[issue19499] "import this" is cached in sys.modules

2013-11-04 Thread Raymond Hettinger
Raymond Hettinger added the comment: FWIW, a question about "this" has come up on multiple occasions when I teach Python classes. -- assignee: -> tim.peters ___ Python tracker

[issue1069092] segfault on printing deeply nested structures (2.7 only)

2013-11-04 Thread Benjamin Peterson
Benjamin Peterson added the comment: This is wont fix in Python 2. -- nosy: +benjamin.peterson resolution: -> wont fix status: open -> closed ___ Python tracker ___ __

[issue19501] Buildbot testing of 3.2 broken

2013-11-04 Thread Georg Brandl
Georg Brandl added the comment: I haven't looked at 3.2 buildbots since the last point release. There will be only security releases in the future, still it'd be nice to be able to test on different bots. Antoine, can you fix this on the buildmaster or need I apply the patch in the 3.2 branch

[issue19499] "import this" is cached in sys.modules

2013-11-04 Thread Gregory P. Smith
Gregory P. Smith added the comment: I'd take their question as an educational opportunity. reload(this) -- nosy: +gregory.p.smith ___ Python tracker ___

[issue19499] "import this" is cached in sys.modules

2013-11-04 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

<    1   2