Meador Inge <mead...@gmail.com> added the comment:

> can you give me an example of how it could break working code?

This is a bit contrived, but:

# my fdopen
def fdopen(fd):
    pass

fdopen(1)

# some stuff

from os import *

# more stuff

fdopen(1)

Here is a patch for 3.3 tip.  After reviewing the 'os' module documentation I 
found a few more cases.

----------
keywords: +patch
Added file: http://bugs.python.org/file25661/issue14862.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14862>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to