- CHANGED: tuple output delimited by a tab instead of ', '
- string repeat operator (
s *= 1
no more converted tos = s *= 1
) - zero is added amongst
numbers
- env var
PZ_SETUP
for imports (conditioned by the--insecure
flag at the moment) #7
- CHANGED:
--end
clause renamed from--finally
- auto-importing works in the
--setup
clause - will not internally change commands starting with a reserved keyword (ex:
if s ==
will not be changed tos = if s ===
) - generator
- skip processing if not needed to speed up
- command chaining tuned up
--format
,--stderr
,--overflow-safe
flagscount
variable- raw bytes support
- other modules added for auto-import
- global instances of collections
- regular matches output
- regular flags
--finally
flag in opposition to--setup
- allowing callables to be output
- raw output
--lines
flag, variableslines
andnumbers
- added Python3.6 support
- fully working