mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +00:00
Lots of small corrections by Andrew Kuchling (plus all new rotor docs)
This commit is contained in:
parent
4b4c664d2e
commit
16d6e7109d
62 changed files with 520 additions and 282 deletions
|
@ -854,7 +854,7 @@ class Wobj:
|
|||
self.data = self.data + data
|
||||
|
||||
# ignore these commands
|
||||
ignoredcommands = ('bcode', 'ecode')
|
||||
ignoredcommands = ('bcode', 'ecode', 'optional')
|
||||
# map commands like these to themselves as plaintext
|
||||
wordsselves = ('UNIX', 'ABC', 'C', 'ASCII', 'EOF')
|
||||
# \{ --> {, \} --> }, etc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue