diff options
author | Walter Dörwald <walter@livinglogic.de> | 2005-10-09 19:28:35 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2005-10-09 19:28:35 (GMT) |
commit | 6611a8b0dc33577275fa3fed3c3aa91227628027 (patch) | |
tree | ae9015755f315d7208dc18c98c23a2a00df653ed /Misc/NEWS | |
parent | b980113a8df699797b837f103ac6d2049a214551 (diff) | |
download | cpython-6611a8b0dc33577275fa3fed3c3aa91227628027.zip cpython-6611a8b0dc33577275fa3fed3c3aa91227628027.tar.gz cpython-6611a8b0dc33577275fa3fed3c3aa91227628027.tar.bz2 |
Fix indentation.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ Core and builtins represented as a C int, raise OverflowError. - test__locale is skipped on OS X < 10.4 (only partial locale support is -present). + present). - SF bug #893549: parsing keyword arguments was broken with a few format codes. |