[Numpy-tickets] [NumPy] #643: Traceback when imported after gtk
NumPy
numpy-tickets@scipy....
Sat Jan 12 01:45:15 CST 2008
#643: Traceback when imported after gtk
--------------------+-------------------------------------------------------
Reporter: marco | Owner: rkern
Type: defect | Status: assigned
Priority: normal | Milestone: 1.0.5
Component: Other | Version: none
Severity: normal | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Comment (by rkern):
Apparently, Turkish as dotted and dotless variants of the Latin letter
"I", each with an uppercase and a lowercase version. {{{str.lower()}}} is
locale-dependent. We need to replace all occurrences of {{{str.lower()}}}
with a locale-independent version. I am going to add functions to
numpy.lib.utils called {{{english_lower()}}}, {{{english_upper()}}} and
{{{english_capitalize()}}} for use internally.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/643#comment:4>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list