[issue27598] Add Collection to collections.abc and typing

2016-08-23 Thread Ivan Levkivskyi

Ivan Levkivskyi added the comment:

Guido, thank you for committing! There are also some other omissions in docs, 
Type[C], @overload, there is #26141 to track this. I will submit a patch later. 
Until 3.6beta1 I would like to focus on PEP 526.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27598] Add Collection to collections.abc and typing

2016-08-23 Thread Guido van Rossum

Guido van Rossum added the comment:

changeset:   102867:355fa8bd8d9d
branch:  3.5
parent:  102860:e3466a556d81
user:Guido van Rossum 
date:Tue Aug 23 11:01:50 2016 -0700
summary: A new version of typing.py from https://github.com/python/typing.

changeset:   102868:013bb690c24a
tag: tip
parent:  102866:acd9a465b373
parent:  102867:355fa8bd8d9d
user:Guido van Rossum 
date:Tue Aug 23 11:06:30 2016 -0700
summary: A new version of typing.py from https://github.com/python/typing. 
(Merge 3.5->3.6)

--
resolution:  -> fixed
status: open -> closed
type:  -> enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27598] Add Collection to collections.abc and typing

2016-08-23 Thread Guido van Rossum

Guido van Rossum added the comment:

Actually there's one TODO left: the docs for typing (at least in 3.6)
should mention Collection.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27598] Add Collection to collections.abc and typing

2016-08-23 Thread Guido van Rossum

Changes by Guido van Rossum :


--
stage: test needed -> resolved

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27598] Add Collection to collections.abc and typing

2016-08-23 Thread Guido van Rossum

Guido van Rossum added the comment:

I'll keep this open until I've also merged typing.py.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27598] Add Collection to collections.abc and typing

2016-08-23 Thread Roundup Robot

Roundup Robot added the comment:

New changeset acd9a465b373 by Guido van Rossum in branch 'default':
Issue 27598: Add Collections to collections.abc.
https://hg.python.org/cpython/rev/acd9a465b373

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27598] Add Collection to collections.abc and typing

2016-08-23 Thread Guido van Rossum

Changes by Guido van Rossum :


--
title: Add SizedIterable to collections.abc and typing -> Add Collection to 
collections.abc and typing

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27598] Add Collection to collections.abc and typing

2016-08-19 Thread Neil Girdhar

Neil Girdhar added the comment:

(never mind about the comparison operators :)  Turns out that would break 
backwards compatibility.)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27598] Add Collection to collections.abc and typing

2016-08-19 Thread Neil Girdhar

Changes by Neil Girdhar :


--
title: Add SizedIterable to collections.abc and typing -> Add Collection to 
collections.abc and typing

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com