]> granicus.if.org Git - python/commit
- If an OSA identifier is a Python reserved word we now append an _
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 7 Aug 2002 15:44:53 +0000 (15:44 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 7 Aug 2002 15:44:53 +0000 (15:44 +0000)
commit21f675826e135695181e978c40605d3db92cc86b
tree033d24e20c0fc4bb3170edb12ef1aee30a7e4257
parent442c7c77430136ae4ef399fd24cef5ea8720cf25
- If an OSA identifier is a Python reserved word we now append an _
  in stead of prepending it, which messes up "import * from".
- A few ascii()s added again.
- Changed the getbaseclasses a little, but it still isn't perfect.
Mac/scripts/gensuitemodule.py