diff options
author | Skip Montanaro <skip@pobox.com> | 2007-08-29 01:33:45 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2007-08-29 01:33:45 (GMT) |
commit | 3e275363b685c013e25fa1d55f5a468e8141bd0e (patch) | |
tree | 172ee2ba26fd396a9b83b8503bd0bcfc85fb98ea | |
parent | d3328477d4ae15027cf69284d4965a0ed8fa2f81 (diff) | |
download | cpython-3e275363b685c013e25fa1d55f5a468e8141bd0e.zip cpython-3e275363b685c013e25fa1d55f5a468e8141bd0e.tar.gz cpython-3e275363b685c013e25fa1d55f5a468e8141bd0e.tar.bz2 |
Recent items.
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -240,6 +240,9 @@ Core and builtins Library ------- +- When encountering a password-protected robots.txt file the RobotFileParser + no longer prompts interactively for a username and password (bug 813986). + - TarFile.__init__() no longer fails if no name argument is passed and the fileobj argument has no usable name attribute (e.g. StringIO). @@ -875,6 +878,9 @@ Tests Tools ----- +- Tools/18n/pygettext.py was added to the list of scripts installed by + Tools/scripts/setup.py (tracker item 642309). + - Added IronPython and Jython support to pybench (part of which was patch #1563844) @@ -885,7 +891,6 @@ Tools platform.python_implementation(); this will now be saved in the benchmark pickle - Documentation ------------- |