@@ -23,7 +23,7 @@ http://lucumr.pocoo.org/2011/12/7/thoughts-on-python3/
2323http://python3porting.com/fixers.html
2424http://washort.twistedmatrix.com/2010/11/unicode-in-python-and-how-to-prevent-it.html
2525http://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/
2727http://www.rmi.net/~lutz/strings30.html
2828
2929"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
4343
44442to3 docs describing the different fixers: http://docs.python.org/2/library/2to3.html
4545
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/
4747
4848Withdrawn PEP to help with the Py3k standard library transition: http://www.peps.io/364/
4949
@@ -52,7 +52,7 @@ Import hooks
5252http://www.peps.io/302/
5353"Hacking Python imports ... for fun and profit": blog post from 2012-05: http://xion.org.pl/2012/05/06/hacking-python-imports/
5454
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/
5656
5757Python 2.7 importlib subset: http://docs.python.org/2/whatsnew/2.7.html#importlib-section
5858
@@ -78,7 +78,7 @@ PEPs: 358, 3112, 3137, 3138
7878http://python3porting.com/noconv.html#unicode-section
7979Unicode literals u'...' back in Python 3.3: http://www.python.org/dev/peps/pep-0414/
8080https://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/
8282http://docs.python.org/3/library/stdtypes.html#bytes-methods
8383http://wolfprojects.altervista.org/talks/unicode-and-python-3/
8484Buffer 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
104104To categorize
105105-------------
106106
107- https://pypi.python. org/pypi /awkwardduet/1.1a4
107+ https://pypi.org/project /awkwardduet/1.1a4/
108108https://github.com/campadrenalin/persei/blob/master/persei.py
109109http://slideshare.net/dabeaz/mastering-python-3-io
110110http://rmi.net/~lutz/strings30.html
0 commit comments