mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
20 lines
426 B
Text
20 lines
426 B
Text
======================================
|
|
==> Release 1.4 (sometime 3Q 1996) <==
|
|
======================================
|
|
|
|
XXX This file still has to be updated!
|
|
|
|
Some highlights:
|
|
|
|
- "make install" overhaul to install everything and use a version number
|
|
|
|
- new builtin modules operator, errno
|
|
|
|
- changes needed by Numeric Python extensions:
|
|
|
|
- x[lo:hi:stride]
|
|
- x[a, b, c]
|
|
- x[a, ..., z]
|
|
|
|
plus "ellipses" and "slice" objects
|
|
|