fixes in python (2.7) syntax file, and rename to python2.micro

constants: sort by name, and __file__, remove __import__
functions: add next, help, __import__
separate types (like int and str) from builtin functions
separate and comment out methods/attrs of standard library (why hightlight?)
comment out NonSenseTypes like IntType, they are never used in code
magic methods: add __dict__
exec and map are functions, not keyword
remove trailing spaces
This commit is contained in:
Saeed Rasooli
2016-10-28 20:54:25 +03:30
parent f6b7aaebbd
commit 80bd2694d6
3 changed files with 56 additions and 53 deletions

File diff suppressed because one or more lines are too long