mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Add support for version field on Modules
This commit is contained in:
parent
a7446e3438
commit
eae93b763c
3 changed files with 29 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
-- ASDL's five builtin types are identifier, int, string, object, bool
|
||||
|
||||
module Python
|
||||
module Python version "$Revision$"
|
||||
{
|
||||
mod = Module(stmt* body)
|
||||
| Interactive(stmt* body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue