diff options
author | Guido van Rossum <guido@python.org> | 1994-07-14 13:57:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-07-14 13:57:11 (GMT) |
commit | 8c9736561b45f596293426a07f74dd651284f580 (patch) | |
tree | 167e96dd5491add59aa8664e95007875678ed8b4 /Misc/NEWS | |
parent | e44e373cbc311e211d379e0633d53af4210d29fa (diff) | |
download | cpython-8c9736561b45f596293426a07f74dd651284f580.zip cpython-8c9736561b45f596293426a07f74dd651284f580.tar.gz cpython-8c9736561b45f596293426a07f74dd651284f580.tar.bz2 |
ACKS: some new names; NEWS: 1.0.3
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +==================================== +==> Release 1.0.3 (14 July 1994) <== +==================================== + +This release consists entirely of bug fixes to the C sources; see the +head of ../ChangeLog for a complete list. Most important bugs fixed: + +- Sometimes the format operator (string%expr) would drop the last +character of the format string + +- Tokenizer looped when last line did not end in \n + +- Bug when triple-quoted string ended in quote plus newline + +- Typo in socketmodule (listen) (== instead of =) + +- typing vars() at the >>> prompt would cause recursive output + ================================== ==> Release 1.0.2 (4 May 1994) <== ================================== |