diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-02-12 17:55:42 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-02-12 17:55:42 (GMT) |
commit | 39c6f7f123d77bb3b9fde19ca0e56559f9521987 (patch) | |
tree | b3e63d6247adc87893aeb12d4ed8f1cdf5c63b30 | |
parent | dbe3bfbb3074895bb2f1e2d5b20fd388b9c29bcf (diff) | |
download | cpython-39c6f7f123d77bb3b9fde19ca0e56559f9521987.zip cpython-39c6f7f123d77bb3b9fde19ca0e56559f9521987.tar.gz cpython-39c6f7f123d77bb3b9fde19ca0e56559f9521987.tar.bz2 |
Typo fix.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -257,7 +257,7 @@ Library - 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 |