[Python-checkins] r53334 - python/branches/bcannon-objcap/BRANCHNEWS

brett.cannon python-checkins at python.org
Wed Jan 10 00:34:33 CET 2007


Author: brett.cannon
Date: Wed Jan 10 00:34:33 2007
New Revision: 53334

Modified:
   python/branches/bcannon-objcap/BRANCHNEWS
Log:
Add comment about the external definition for importlib.  Also note that
``svn blame`` can be used to figure out when a comment was added (and thus what
revision it pertains to).


Modified: python/branches/bcannon-objcap/BRANCHNEWS
==============================================================================
--- python/branches/bcannon-objcap/BRANCHNEWS	(original)
+++ python/branches/bcannon-objcap/BRANCHNEWS	Wed Jan 10 00:34:33 2007
@@ -2,6 +2,9 @@
 Branch News
 +++++++++++
 
+If a comment lacks an explicit revision number then use ``svn blame`` on this
+file to find out what revision number introduced the feature.
+
 Core and builtins
 -----------------
 
@@ -41,3 +44,9 @@
 * rev. 51880: Add access to the 'sys' modules data dict to Interpreter objects.
 
 * rev. 51875: Introduced the interpreter module.
+
+
+Library
+-------
+
+* rev. 53333: External definition of importlib (from the sandbox) added.


More information about the Python-checkins mailing list