[NumPy-Tickets] [NumPy] #1601: distutils/ccompiler.py:68 UnicodeEncodeError on Python 3.2
NumPy Trac
numpy-tickets@scipy....
Mon Mar 26 15:17:58 CDT 2012
#1601: distutils/ccompiler.py:68 UnicodeEncodeError on Python 3.2
------------------------------+---------------------------------------------
Reporter: srid | Owner: cdavid
Type: defect | Status: closed
Priority: normal | Milestone: 1.7.0
Component: numpy.distutils | Version: devel
Resolution: fixed | Keywords:
------------------------------+---------------------------------------------
Changes (by rgommers):
* status: needs_review => closed
* resolution: => fixed
* milestone: 2.0.0 => 1.7.0
Comment:
This was fixed a while ago in commit:dba98cc143, the code now looks like
{{{
try:
print(o)
except UnicodeError:
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1601#comment:6>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list