archives

Pythonect 0.3.1 released

Hi All,

I am pleased to announce the release of Pythonect 0.3.1, available from https://github.com/downloads/ikotler/pythonect/Pythonect-0.3.1.tar.gz

This is a bug fix version that corrects the following bugs:

- Issue #25: Pythonect package namespsace (when importing from Python) is polluted

- Issue #26: Odd Single quote char breaks double quote String (and vice versa)

- Issue #27: Multiprocessing is not working with multi-threading

- Issue #28: Autoload always throws NameError regardless to the actual Exception type

- Issue #29: Preprocessor breaks on a List with Function Call that contains String

- Issue #30: Preprocessor incorrectly process non-String literals in List

Many thanks to everyone who contributed bug reports and feedback that went into this release!

Regards,
Itzik Kotler