Lib3to6

Latest version: v202107.1047

Safety actively analyzes 714860 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

202002.0031

- Compatibility fixes for Python 3.8
- Add support for f-string `=` specifier
- Add support for `:=` walrus operator (except inside comprehensions)

201902.0030

- Fix python 2 builtins were not always overridden correctly.
- Fix pypy compatibility testing
- Better mypy coverage

201812.0021beta

- Recursively apply some fixers.

201812.0020alpha

- Move to gitlab.com
- Use bootstrapit
- Fix bugs based on use with pycalver

201809.0019alpha

- CheckErrors include log line numbers
- Transpile errors now include filenames
- Added fixers for renamed modules, e.g.
.. code-block:: diff

- import queue
+ try:
+ import queue
+ except ImportError:
+ import Queue as queue

201808.0014alpha

- Better handling of package_dir
- Change to `CalVer Versioning <https://calver.org/>`_
- Remove console script in favour of simple ``python -m lib3to6``
- Rename from ``three2six`` -> ``lib3to6``

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.