Parcourir la source

Adding Future of Python 2 link

Swaroop C H il y a 12 ans
Parent
commit
5759e654ca
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 4 2
      03-intro.md

+ 4 - 2
03-intro.md

@@ -149,8 +149,10 @@ language itself. That is our goal in this book, and once you have
 achieved that goal, you can easily use Python 2 or Python 3 depending
 on your situation.*
 
-For details on differences between Python 2 to Python 3, see the
-[Python/3 page on the Ubuntu wiki](https://wiki.ubuntu.com/Python/3).
+For details on differences between Python 2 to Python 3, see:
+
+- [Python/3 page on the Ubuntu wiki](https://wiki.ubuntu.com/Python/3)
+- [The future of Python 2](http://lwn.net/Articles/547191/)
 
 ## What Programmers Say ##