[Python-Dev] Summary of Python tracker Issues

2019-02-01 Thread Python tracker
ACTIVITY SUMMARY (2019-01-25 - 2019-02-01) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open6985 (+32) closed 40649 (+23) total 47634 (+55) Open issues

Re: [Python-Dev] How to update namedtuple asdict() to use dict instead of OrderedDict

2019-02-01 Thread eamanu15
Hi! > Option 4) Just make the change directly in 3.8, s/OrderedDict/dict/, and > be done will it. This gives users the benefits right away and doesn't > annoy them with warnings that they likely don't care about. There is some > precedent for this. To make namedtuple class creation faster,