I put together a few initial patches (some is rebased from Jun's work) which should be fine to merge now, even if Python 2.6 is still supported. <https://github.com/timgraham/trac/pull/1>
Is attaching patches to Trac tickets the best way to submit this work? That workflow seems painful from a code review perspective. I created a pull request to my own fork which seems like it would at least make review easier: https://github.com/timgraham/trac/pull/1 On Friday, July 17, 2015 at 11:34:25 PM UTC-4, Olemis Lang wrote: > > On 7/9/15, Greg Troxel <[email protected] <javascript:>> wrote: > > > > RjOllos <[email protected] <javascript:>> writes: > > > >> Supporting Python 3.3 or later seems to me like the way to go, given > that > >> > >> 3.3 was released way back in 2012. > > > > That sounds reasonable > > > >> It would be interesting to see which 3.x version of Python is shipping > for > >> > >> each of the "compatible distros": > >> http://trac.edgewall.org/wiki/TracDev/ApiChanges/1.3#CompatibleDistros > > > > In pkgsrc (which isn't a "distro" ;-), python versions are 2.7, 3.3 and > > 3.4. > > I'd suggest to consider 3.4 as the explicitly supported version so > that it would be possible to use async support [1]_ without having to > rely upon ugly hacks . > > > Enough things don't work well with 3.x that I think it will be at > > least a few years before it's reasonable to drop 2.7 support. > > > > +1 > > .. [1] https://www.python.org/dev/peps/pep-0492/ > > -- > Regards, > > Olemis - @olemislc > > Apache⢠Bloodhound contributor > http://issues.apache.org/bloodhound > http://blood-hound.net > > Blog ES: http://simelo-es.blogspot.com/ > Blog EN: http://simelo-en.blogspot.com/ > > Featured article: > -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
