Skip to content

python3.lang: update built-ins

Some Python3 updates:

  • add missing exceptions (reference)
  • add missing aiter() and anext() functions (reference)
  • remove duplicates bin() and format(), already defined on python2 side
  • tests: drop the "case()" line, used to compare with IDLE's behavior, but should not be used as reference

Merge request reports