fixed tutorial link to go to py3k version

This commit is contained in:
Mark Pilgrim
2010-05-19 16:02:44 -07:00
parent 75d82a20e0
commit 7b0d44c11a
+1 -1
View File
@@ -591,7 +591,7 @@ print('C')</code></pre>
<h2 id=furtherreading>Further Reading</h2>
<ul>
<li><a href=http://docs.python.org/tutorial/inputoutput.html#reading-and-writing-files>Reading and writing files</a> in the Python.org tutorial
<li><a href=http://docs.python.org/py3k/tutorial/inputoutput.html#reading-and-writing-files>Reading and writing files</a> in the Python.org tutorial
<li><a href=http://docs.python.org/3.1/library/io.html><code>io</code> module</a>
<li><a href=http://docs.python.org/3.1/library/stdtypes.html#file-objects>Stream objects</a>
<li><a href=http://docs.python.org/3.1/library/stdtypes.html#context-manager-types>Context manager types</a>