Alexander Konovalenko added the comment:
Andrew, I don't get it. :( Why not?
The docs for Python 2.7 generally inform the reader in which Python version
every feature appeared. That's really helpful if your code should run on
earlier version of Python. You don't have to dig t
New submission from Alexander Konovalenko:
Some security fixes and bug fixes that are simultaneously issued for multiple
Python versions require changes to the documentation. I'm now looking at the
hash randomization vulnerability that was fixed in 2.6.8 and 2.7.3.
The docs always mentio
New submission from Alexander Konovalenko:
Two pieces of the documentation for io.IOBase seem to contradict each other:
At http://docs.python.org/library/io.html#io.IOBase:
"Note that calling any method (even inquiries) on a closed stream is undefined.
Implementations may raise IOError in