Re: [Python-Dev] Investigating time for `import requests`

2017-10-20 Thread Brett Cannon
On Fri, 20 Oct 2017 at 06:42 Ronald Oussoren wrote: > Op 10 okt. 2017 om 01:48 heeft Brett Cannon het > volgende geschreven: > > > > On Mon, Oct 2, 2017, 17:49 Ronald Oussoren, > wrote: > >> Op 3 okt. 2017 om 04:29 heeft Barry

[Python-Dev] Summary of Python tracker Issues

2017-10-20 Thread Python tracker
ACTIVITY SUMMARY (2017-10-13 - 2017-10-20) 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: open6260 ( +9) closed 37318 (+38) total 43578 (+47) Open issues

Re: [Python-Dev] What is the design purpose of metaclasses vs code generating decorators? (was Re: PEP 557: Data Classes)

2017-10-20 Thread Ronald Oussoren
> On 14 Oct 2017, at 16:37, Martin Teichmann wrote: > >> Things that will not work if Enum does not have a metaclass: >> >> list(EnumClass) -> list of enum members >> dir(EnumClass) -> custom list of "interesting" items >> len(EnumClass) -> number of members >>

Re: [Python-Dev] Investigating time for `import requests`

2017-10-20 Thread Ronald Oussoren
Op 10 okt. 2017 om 01:48 heeft Brett Cannon > het volgende geschreven: > > > On Mon, Oct 2, 2017, 17:49 Ronald Oussoren, > wrote: > Op 3 okt. 2017 om 04:29 heeft Barry Warsaw