diff options
author | Raymond Hettinger <python@rcn.com> | 2004-07-10 16:11:03 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-07-10 16:11:03 (GMT) |
commit | 21f9fce968624fd25c95dc408cfd51614021ea17 (patch) | |
tree | b23c439690d2c2795b143f0bc8cd50b7892d4257 /Misc | |
parent | 099bd524a4959f8cb7f4de2a24b73b7ae4505c8d (diff) | |
download | cpython-21f9fce968624fd25c95dc408cfd51614021ea17.zip cpython-21f9fce968624fd25c95dc408cfd51614021ea17.tar.gz cpython-21f9fce968624fd25c95dc408cfd51614021ea17.tar.bz2 |
Fix typo.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -416,7 +416,7 @@ Library interpreter shutdown with another exception from attempting to handle the original exception. -- Added Decimal.py per PEP 327. +- Added decimal.py per PEP 327. - Bug #981299: rsync is now a recognized protocol in urlparse that uses a "netloc" portion of a URL. |