Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
...os.path: (Windows, DOS:) Treat trailing colon correctly in os.path.join. os.path.join("a:", "b") yields "a:b". pickle: Now raises ValueError when an invalid pickle that contains a non-string repr where a string repr was expected. This behavior matches cPickle. posixfile: Remove broken __del__() method. py_compile: support CR+LF line terminators in source file. readline: Does not immediately exit when ^C is hit when readline and threads are configured. Adds definition o...
...os.path.walk(). See os module docs for details. os.path.walk() isn't deprecated at this time, but may become deprecated in a future release. Added new module "platform" which provides a wide range of tools for querying platform dependent features. netrc now allows ASCII punctuation characters in passwords. shelve now supports the optional writeback argument, and exposes pickle protocol versions. Several methods of nntplib.NNTP have grown an optional file argument which specifies a fi...
...os.path.lexists(), which returns True for broken symlinks, unlike os.path.exists(). the random module now uses os.urandom() for seeding if it is available. Added a new generator based on os.urandom(). difflib and diff.py can now generate HTML. bdist_rpm now includes version and release in the BuildRoot, and replaces - by _ in version and release. distutils build/build_scripts now has an -e option to specify the path to the Python interpreter for installed scripts. PEP 292 classes Template and Sa...
If you didn't find what you need, try your search in the Python language documentation.