mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Patch #1011144: Correct regex for coding decls.
This commit is contained in:
parent
bf608750ad
commit
ae075b6cb7
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ Comments are ignored by the syntax; they are not tokens.
|
|||
\subsection{Encoding declarations\label{encodings}}
|
||||
|
||||
If a comment in the first or second line of the Python script matches
|
||||
the regular expression \regexp{coding[=:]\e s*([\e w-_.]+)}, this comment is
|
||||
the regular expression \regexp{coding[=:]\e s*([-\e w.]+)}, this comment is
|
||||
processed as an encoding declaration; the first group of this
|
||||
expression names the encoding of the source code file. The recommended
|
||||
forms of this expression are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue