File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.91.2 Released
2
+
1
3
For csv2rec, checkrows=0 is the new default indicating all rows
2
4
will be checked for type inference
3
5
10
12
11
13
Removed, dead/experimental ExampleInfo, Namespace and Importer
12
14
code from matplotlib/__init__.py
15
+
13
16
0.91.1 Released
14
17
15
18
0.91.0 Released
Original file line number Diff line number Diff line change
1
+ ===============================================================
2
+ 2008-01-06 Released 0.91.2 at revision 4802
3
+
1
4
2007-12-26 Reduce too-late use of matplotlib.use() to a warning
2
5
instead of an exception, for backwards compatibility - EF
3
6
Original file line number Diff line number Diff line change @@ -902,9 +902,9 @@ def add_tk_flags(module):
902
902
# First test for a MacOSX/darwin framework install
903
903
from os .path import join , exists
904
904
framework_dirs = [
905
- '/System/ Library/Frameworks/' ,
905
+ join ( os . getenv ( 'HOME' ), '/ Library/Frameworks' ) ,
906
906
'/Library/Frameworks' ,
907
- join ( os . getenv ( 'HOME' ), '/ Library/Frameworks' )
907
+ '/System/ Library/Frameworks/' ,
908
908
]
909
909
910
910
# Find the directory that contains the Tcl.framework and Tk.framework
You can’t perform that action at this time.
0 commit comments