This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients gvanrossum, josh.r, levkivskyi, rhettinger, sproshev
Date 2018-04-23.02:36:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJKoGvApmCGTjqfJtFmuPxRcCca4uEBGpwLkc0EnfOcDxg@mail.gmail.com>
In-reply-to <1524447668.43.0.682650639539.issue33315@psf.upfronthosting.co.za>
Content
Disagree strongly. More later.

On Sun, Apr 22, 2018, 18:41 Raymond Hettinger <report@bugs.python.org>
wrote:

>
> Raymond Hettinger <raymond.hettinger@gmail.com> added the comment:
>
> > Another solution may be to add a simple `__class_getitem__` to `Queue`
> > that will just return `cls`
>
> I don't think it makes sense to let typing considerations start to spill
> into the rest of the standard library.  Either add support to typing or not.
>
> ----------
> nosy: +rhettinger
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue33315>
> _______________________________________
>
History
Date User Action Args
2018-04-23 02:36:16gvanrossumsetrecipients: + gvanrossum, rhettinger, josh.r, levkivskyi, sproshev
2018-04-23 02:36:16gvanrossumlinkissue33315 messages
2018-04-23 02:36:16gvanrossumcreate