PyCQA / modernize

Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)
https://modernize.readthedocs.org/
Other
353 stars 51 forks source link

Release 0.5 #125

Closed techtonik closed 8 years ago

techtonik commented 8 years ago

It's been a year since the last modernize release - https://pypi.python.org/pypi/modernize

I need python -m modernize from it.

takluyver commented 8 years ago

I see no obstacle to making a release. @daira , @brettcannon , are you aware of anything we should get in before cutting 0.5?

techtonik commented 8 years ago

Not critical, but I'd also include #121 for Windows to avoid rewriting linefeeds back to \n manually.

takluyver commented 8 years ago

As the nicest way to fix that would be to change 2to3, I suspect it's not worth it for 0.5. But if you want to get a pull request together, go for it.

techtonik commented 8 years ago

@takluyver maybe subclassing 2to3 will be enough, but I can't dwell deep enough for now to ensure.

techtonik commented 8 years ago

@takluyver just release it as-is. Looks like nobody has time to work on #121.

takluyver commented 8 years ago

Done.

techtonik commented 8 years ago

@takluyver Thanks!