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.
...reverse() method of array now works. buffer_info() now does argument checking; it still takes no arguments. asyncore/asynchat: Included most recent version from Sam Rushing. cgi: Accept '&' or ';' as separator characters when parsing form data. CGIHTTPServer: Now works on Windows (and perhaps even Mac). ConfigParser: When reading the file, options spelled in upper case letters are now correctly converted to lowercase. copy: Copy Unicode objects atomically. cPickle: F...
...reverse mapping. See SF patch #722017. pdb has a new command, "debug", which lets you step through arbitrary code from the debugger's (pdb) prompt. unittest.failUnlessEqual and its equivalent unittest.assertEqual now return 'not a == b' rather than 'a != b'. This gives the desired result for classes that define __eq__ without defining __ne__. sgmllib now supports SGML marked sections, in particular the MS Office extensions. The urllib module now offers support for the iterator protoco...
If you didn't find what you need, try your search in the Python language documentation.