-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 2.7 deprecation task list #2122
Comments
Tried invariance. For now, charts and RSS are untestable, because they are using dicts. We can probably just delete charts from invariance. But RSS feeds are a bigger problem, because we can’t fix that. Maybe we could migrate to |
@Kwpolska I don't understand the comment about charts and RSS? |
@ralsina It’s our friend, invariance testing. Charts and RSS feeds (pygal and pyrss2gen, that is) implement some things as dicts. Which have random order when printing on Python 3. And you can guess how well this works with |
I am +1 for switching to feedgenerator or whatever. pygal I guess we could disable when in invariance mode? Just monkeypatch the directive into repeating the source text or something like it. |
I added charts.txt it to the excluded files list, so pygal’s not a problem. So, we have to figure out how to work with feedgenerator and use it. |
I have already ported to feedgenerator in my private repository. FYI |
We’d love a pull request then. |
There are two caution points for using my feedgenerator-based code so far.
|
All in all, this seems done. Agree @Kwpolska? If yes, let's close it. |
Yes, it is all done. Closing. |
-py3
-only wheels: dropuniversal
setting from setup.cfgWrite post-mortem (in 2017 maybe)The text was updated successfully, but these errors were encountered: