0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00

there are only four asdl builtin types in py3k

This commit is contained in:
Benjamin Peterson 2008-12-06 18:32:13 +00:00
parent c1ce286061
commit e84f03f78c

View File

@ -1,4 +1,4 @@
-- ASDL's five builtin types are identifier, int, string, object
-- ASDL's four builtin types are identifier, int, string, object
module Python version "$Revision$"
{