Enssle Carl Philipp wrote:
> Hallo.
> 
> When importing string in python, "letters" are defined as follows:
> 
>  >>> import string
>  >>> string.letters
> 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
> 
> … whereas when importing matplotlib, the order of "letters" seems to be 
> changed:
> 
>  >>> import matplotlib
>  >>> string.letters
> 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'
> 
> 
> Would be grateful for a comment.

Bizarre!  I can reproduce it with python 2.6 (ubuntu 9.10) and mpl from 
svn.  I have done a little grepping and other exploration, but have 
completely failed to find where this change is occurring.

Eric



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to