[Python-Dev] [Python-checkins] r85902 - in python/branches/py3k/Lib: os.py test/test_os.py (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Wed Nov 3 23:12:01 CET 2010
- Previous message: [Python-Dev] [Python-checkins] r85902 - in python/branches/py3k/Lib: os.py test/test_os.py
- Next message: [Python-Dev] [Python-checkins] r85902 - in python/branches/py3k/Lib: os.py test/test_os.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Nov 4, 2010 at 1:01 AM, Benjamin Peterson <benjamin at python.org> wrote:
2010/11/3 Nick Coghlan <ncoghlan at gmail.com>:
On Wed, Nov 3, 2010 at 10:19 PM, Benjamin Peterson <benjamin at python.org> wrote:
Warnings is loaded every time anyway. I would have agreed with you, but the contents of sys.modules in a just-started interactive interpreter suggests that isn't true any more (which surprised me). Is that perhaps because of warnings?
I suspect it's a combination of that and the patch to allow non-blocking module imports (which turns some things that would previously have been deadlocks into runtime exceptions).
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] [Python-checkins] r85902 - in python/branches/py3k/Lib: os.py test/test_os.py
- Next message: [Python-Dev] [Python-checkins] r85902 - in python/branches/py3k/Lib: os.py test/test_os.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]