mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
fixed tutorial link to go to py3k version
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user