Skip to content

Tags: in4lio/f-codec

Tags

v0.1.2

Toggle v0.1.2's commit message
0.1.2

Bug fixes:
- StreamReader was completely broken (undefined errors + byte-oriented pipeline) — fixed; codecs.open(..., encoding='f') now works;
- a single-line f''' ... ''' followed by a comment no longer corrupts the rest of the file;
- line splitting now recognizes only \n/\r\n/\r — exotic characters (\f, U+2028, etc.) inside unrelated string literals are no longer mangled;
- correct trailing-backslash handling at line ends (parity, not just presence);
- ''' > expr: a blank expression falls back to the default; # inside quotes is not a comment;
- removed the dead indent() helper; docstring no longer emits a SyntaxWarning on every Python startup.

Tests, Packaging, CI/CD