1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Changes
=======
1.2.12 (2011-04-08)
-------------------
- Handle zipfile errors when there are plain files that are not zip files
on sys.path.
1.2.11 (2011-03-30)
-------------------
- Fix 'could not find cPickle' errors on Python 2.6 and newer.
1.2.10 (2010-02-05)
-------------------
- Ignore 'from __future__ import ...'.
1.2.9 (2009-07-07)
------------------
- Fixed broken and uninstallable source distribution by adding a MANIFEST.in.
1.2.8 (2009-07-07)
------------------
- Is able to find modules inside zip files (e.g. eggs).
- Fixed deprecation warning on Python 2.6.
|