blob: 594169d1aec46f46b0cda82ebce2a290750c205a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
======================================
==> 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
|