[Python-Dev] Comments on PEP 558 (Defined semantics for locals() )

2020-01-22 Thread Mark Shannon
Hi, First of all I want to say that I'm very much in favour of the general idea behind PEP 558. Defined semantics is always better than undefined semantics :) However, I think there are a few changes needed: 1. Don't add anything to the C API, please. Frame attributes can be accessed via

[Python-Dev] Re: Documenting Python's float.__str__()

2020-01-22 Thread Vedran Čačić
> ints print the same in just about every single programming language that uses base ten Arabic-Hindu digits 0...9. It's kind of a universal. Not actually true: C64's Basic V2 printed positive numbers with space in front. -- Vedran Čačić ___ Python-Dev