C.5 参考资料
Andrew Kuchling,“Python Warts,”July 2003, http://web.archive.org/web/20070607112039, http://www.amk.ca/python/writing/warts.html.
A.M.Kuchling,“What’s New in Python 2.6,”June 2011 (for 2.6.7), http://docs.python.org/whatsnew/2.6.html.
A.M.Kuchling,“What’s New in Python 2.7,”December 2011 (for 2.7.2),http://docs.python.org/whatsnew/2.7.html.
Wesley J.Chun,“Keeping Up with Python: The 2.2 Release,”July 2002,http://www.linux journal.com/article/5597.
PEP Index, http://www.python.org/dev/peps.
“Unicode HOWTO,”December 2008, http://docs.python.org/3.0/howto/unicode.html.
Guido van Rossum,“Python Regrets,”July 2002, http://www.python.org/doc/essays/ppt/regrets/PythonRegrets.pdf.
Guido van Rossum,“Unifying Types and Classes in Python 2.2,”April 2002,http://www.python.org/2.2.3/descrintro.html.
Guido van Rossum,“What’s New in Python 3.0,”December 2008, http://docs.python.org/3.0/whatsnew/3.0.html.
