bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
In ArgumentClinic, value "NULL" should now be used only for unrepresentable default values (like in the optional third parameter of getattr). "None" should be used if None is accepted as argument and passing None has the same effect as not passing the argument at all.
S
Serhiy Storchaka committed
279f44678c8b84a183f9eeb85e0b086228154497
Parent: d057b89
Committed by GitHub <noreply@github.com>
on 9/14/2019, 9:24:05 AM