@@ -23,7 +23,7 @@ http://lucumr.pocoo.org/2011/12/7/thoughts-on-python3/
23
23
http://python3porting.com/fixers.html
24
24
http://washort.twistedmatrix.com/2010/11/unicode-in-python-and-how-to-prevent-it.html
25
25
http://docs.python.org/release/3.0.1/whatsnew/3.0.html
26
- https://pypi.python. org/pypi /unicode-nazi
26
+ https://pypi.org/project /unicode-nazi/
27
27
http://www.rmi.net/~lutz/strings30.html
28
28
29
29
"Porting your code to Python 3": Alexandre Vassalotti: peadrop.com/slides/mp5.pdf
@@ -43,7 +43,7 @@ python-modernize: https://github.com/mitsuhiko/python-modernize
43
43
44
44
2to3 docs describing the different fixers: http://docs.python.org/2/library/2to3.html
45
45
46
- Injecting code into running Python processes (hopefully not needed): https://pypi.python. org/pypi /pyrasite/2.0
46
+ Injecting code into running Python processes (hopefully not needed): https://pypi.org/project /pyrasite/2.0/
47
47
48
48
Withdrawn PEP to help with the Py3k standard library transition: http://www.peps.io/364/
49
49
@@ -52,7 +52,7 @@ Import hooks
52
52
http://www.peps.io/302/
53
53
"Hacking Python imports ... for fun and profit": blog post from 2012-05: http://xion.org.pl/2012/05/06/hacking-python-imports/
54
54
55
- Full importlib backport to Py2: https://pypi.python. org/pypi /backport_importlib/0...1
55
+ Full importlib backport to Py2: https://pypi.org/project /backport_importlib/0...1/
56
56
57
57
Python 2.7 importlib subset: http://docs.python.org/2/whatsnew/2.7.html#importlib-section
58
58
@@ -78,7 +78,7 @@ PEPs: 358, 3112, 3137, 3138
78
78
http://python3porting.com/noconv.html#unicode-section
79
79
Unicode literals u'...' back in Python 3.3: http://www.python.org/dev/peps/pep-0414/
80
80
https://github.com/django/django/blob/master/django/utils/encoding.py
81
- https://pypi.python. org/pypi /unicode-nazi
81
+ https://pypi.org/project /unicode-nazi/
82
82
http://docs.python.org/3/library/stdtypes.html#bytes-methods
83
83
http://wolfprojects.altervista.org/talks/unicode-and-python-3/
84
84
Buffer protocol (which bytes and bytes-like objects obey): http://docs.python.org/3.3/c-api/buffer.html#bufferobjects
@@ -104,7 +104,7 @@ Also: typecheck module on PyPI
104
104
To categorize
105
105
-------------
106
106
107
- https://pypi.python. org/pypi /awkwardduet/1.1a4
107
+ https://pypi.org/project /awkwardduet/1.1a4/
108
108
https://github.com/campadrenalin/persei/blob/master/persei.py
109
109
http://slideshare.net/dabeaz/mastering-python-3-io
110
110
http://rmi.net/~lutz/strings30.html
0 commit comments