[Python-checkins] r57633 - python/trunk/Misc/NEWS
skip.montanaro
python-checkins at python.org
Wed Aug 29 03:33:45 CEST 2007
Author: skip.montanaro
Date: Wed Aug 29 03:33:45 2007
New Revision: 57633
Modified:
python/trunk/Misc/NEWS
Log:
Recent items.
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Wed Aug 29 03:33:45 2007
@@ -240,6 +240,9 @@
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 @@
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 @@
platform.python_implementation(); this will now be saved
in the benchmark pickle
-
Documentation
-------------
More information about the Python-checkins
mailing list