diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 14:26:54 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 14:26:54 (GMT) |
commit | 8d17709c5cfdaa19209a2a8154e0867b8ffe56df (patch) | |
tree | 436141e3b66a9e7baadd7ff7456d126169996ff8 /Doc/whatsnew/whatsnew21.tex | |
parent | 433307b75dcc396c2eb9465b1bdaeebd7a225703 (diff) | |
download | cpython-8d17709c5cfdaa19209a2a8154e0867b8ffe56df.zip cpython-8d17709c5cfdaa19209a2a8154e0867b8ffe56df.tar.gz cpython-8d17709c5cfdaa19209a2a8154e0867b8ffe56df.tar.bz2 |
Remove more markup from headers
Diffstat (limited to 'Doc/whatsnew/whatsnew21.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew21.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew21.tex b/Doc/whatsnew/whatsnew21.tex index 6559b6c..6c62c1b 100644 --- a/Doc/whatsnew/whatsnew21.tex +++ b/Doc/whatsnew/whatsnew21.tex @@ -139,7 +139,7 @@ Jeremy Hylton.} %====================================================================== -\section{PEP 236: \module{__future__} Directives} +\section{PEP 236: __future__ Directives} The reaction to nested scopes was widespread concern about the dangers of breaking code with the 2.1 release, and it was strong enough to @@ -492,7 +492,7 @@ Warsaw.} %====================================================================== -\section{PEP 235: Case-Insensitive Platforms and \keyword{import}} +\section{PEP 235: Importing Modules on Case-Insensitive Platforms} Some operating systems have filesystems that are case-insensitive, MacOS and Windows being the primary examples; on these systems, it's |