[Python-checkins] r77256 - python/trunk/Misc/NEWS

georg.brandl python-checkins at python.org
Sat Jan 2 23:55:55 CET 2010


Author: georg.brandl
Date: Sat Jan  2 23:55:55 2010
New Revision: 77256

Log:
Fix typo.

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Jan  2 23:55:55 2010
@@ -97,7 +97,7 @@
   distutils.dist.DistributionMetadata.
 
 - Issue #3745: Undo the 2.7a1 change to have hashlib to reject unicode and
-  non buffer-api supporting objects as input.  That behavior if for 3.x only.
+  non buffer-api supporting objects as input.  That behavior is for 3.x only.
 
 C-API
 -----


More information about the Python-checkins mailing list