mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea,
either.
This commit is contained in:
parent
cc8fe0407a
commit
e03e1fe5cc
4 changed files with 31 additions and 0 deletions
|
@ -34,6 +34,8 @@ import sys
|
|||
|
||||
|
||||
class IndexOptions(support.Options):
|
||||
aesop_type = "links"
|
||||
|
||||
def __init__(self):
|
||||
support.Options.__init__(self)
|
||||
self.add_args("l", ["letters"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue