diff options
| author | Éric Araujo <merwok@netwok.org> | 2010-11-16 19:13:50 +0000 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2010-11-16 19:13:50 +0000 |
| commit | 6e6cb8e0e491477614bae33c29f6e00d0d48c20b (patch) | |
| tree | 0cb13cc6d94af48c5a4b78b360c75fcf6f93d406 /Doc/library/tokenize.rst | |
| parent | dbe7519da9d0a99d68aaa773cde2793900dad44f (diff) | |
| download | cpython-git-6e6cb8e0e491477614bae33c29f6e00d0d48c20b.tar.gz | |
Provide links to Python source where the code is short, readable and
informative adjunct to the docs. Forward-port of Raymond's r86225 and
r86245 using the new source reST role added in #10334.
Diffstat (limited to 'Doc/library/tokenize.rst')
| -rw-r--r-- | Doc/library/tokenize.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/tokenize.rst b/Doc/library/tokenize.rst index 6a96609596..d7ae6382e4 100644 --- a/Doc/library/tokenize.rst +++ b/Doc/library/tokenize.rst @@ -12,6 +12,11 @@ implemented in Python. The scanner in this module returns comments as tokens as well, making it useful for implementing "pretty-printers," including colorizers for on-screen displays. +.. seealso:: + + Latest version of the :source:`tokenize module Python source code + <Lib/tokenize.py>` + The primary entry point is a :term:`generator`: .. function:: tokenize(readline) |
