This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-11 07:00:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f06afe35b9eca02cc99e77c19512841f2d889aef
cpython
/
Doc
/
reference
T
History
Andrew Svetlov
f06afe35b9
Issue
#14167
: Document return statement in finally blocks.
...
Patch by Yury Selivanov.
2012-08-14 15:38:58 +03:00
..
compound_stmts.rst
Issue
#14167
: Document return statement in finally blocks.
2012-08-14 15:38:15 +03:00
datamodel.rst
Improve wording for __hash__
2012-08-01 14:53:22 +02:00
executionmodel.rst
…
expressions.rst
Merge with 3.2 closes 14023
2012-02-17 19:58:41 -05:00
grammar.rst
…
import.rst
Fix markup errors and update pydoc topics.
2012-08-11 08:43:59 +02:00
index.rst
Finally, a coherent set of terminology for all the lil' beasties involved.
2012-07-31 16:03:09 -04:00
introduction.rst
…
lexical_analysis.rst
Fix small overeager edit from 8e47e9af826e.
2012-06-20 11:26:03 +02:00
simple_stmts.rst
Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant
2012-08-02 22:02:35 +10:00
toplevel_components.rst
…