Re: [Sqlalchemy-tickets] [sqlalchemy] #2863: ParseError on installation, Python 3.3
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-11-11 15:28:01
|
#2863: ParseError on installation, Python 3.3
---------------------------+-----------------------------------
Reporter: Julian_O | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone: 0.8.xx
Component: ext | Severity: trivial - <10 minutes
Resolution: | Keywords:
Progress State: in queue |
---------------------------+-----------------------------------
Changes (by zzzeek):
* status_field: awaiting triage => in queue
* component: (none) => ext
* severity: no triage selected yet => trivial - <10 minutes
* milestone: => 0.8.xx
Comment:
its the 2to3 process, and it's only a docstring. SQLAlchemy 9 no longer
uses 2to3 in any case so this issue is already fixed going forward. I
don't think people are generally too concerned about a few error messages
in the 2to3 process, as if the error was truly a fatal one then the
library would fail to import. that said feel free to send a short pullreq
on the 0.8 branch here https://github.com/zzzeek/sqlalchemy/tree/rel_0_8
to expedite resolution of this issue. (will backport to 0.7 where it
likely exists also...)
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2863#comment:2>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|