Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _sections/50-why.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ style: center
Here are some resources on why Python 3 was created, and how and why to update
code to use Python 3:

- [Why Python 3 exists](https://www.snarky.ca/why-python-3-exists) (Brett Cannon)
- [Why Python 3 exists](http://www.snarky.ca/why-python-3-exists) (Brett Cannon)
- [How to add Python 3 support to your code](https://docs.python.org/3/howto/pyporting.html)
- [Stop supporting Python 2.6 for free](http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html) (Nick Coghlan)
- [Why Python 4.0 won't be like Python 3.0](http://www.curiousefficiency.org/posts/2014/08/python-4000.html) (Nick Coghlan)
Expand Down