[Python-checkins] r69546 - python/trunk/Misc/NEWS
mark.dickinson
python-checkins at python.org
Thu Feb 12 18:55:42 CET 2009
Author: mark.dickinson
Date: Thu Feb 12 18:55:42 2009
New Revision: 69546
Log:
Typo fix.
Modified:
python/trunk/Misc/NEWS
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Thu Feb 12 18:55:42 2009
@@ -257,7 +257,7 @@
- Issue #4998: The memory saving effect of __slots__ had been lost on Fractions
which inherited from numbers.py which did not have __slots__ defined. The
- numbers heirarchy now has its own __slots__ declarations.
+ numbers hierarchy now has its own __slots__ declarations.
- Issue #3321: _multiprocessing.Connection() doesn't check handle; added checks
for *nix machines for negative handles and large int handles. Without this check
More information about the Python-checkins
mailing list