This update is to support Python 3.9. The changes can be regarded as minor as compared to previous updates.
3 call signatures added to the custom_signatures dictionary.
Minor improvement to import code with processing sys.modules. Mostly cosmetic, though it will exclude __main__ and __mp_main__ modules.
Comments will be written to python3_keywords.properties to describe each keywordclass. Example # Python3 keywords, # Python3 builtins and # Python3 modules.
Hope you appreciate. Your SciTE with Python is quite awesome. I really like the operation of the regular expression Strip.
Check at my Github or my Home page for further information.
Update from v1.4 to v1.5
This update is to support Python 3.9. The changes can be regarded as minor as compared to previous updates.
__main__
and__mp_main__
modules.# Python3 keywords
,# Python3 builtins
and# Python3 modules
.Hope you appreciate. Your SciTE with Python is quite awesome. I really like the operation of the regular expression Strip.
Check at my Github or my Home page for further information.