[issue22995] Restrict default pickleability

2016-01-06 Thread Scott Kitterman

Changes by Scott Kitterman :


--
nosy: +kitterma

___
Python tracker 

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



[issue25958] Implicit ABCs have no means of "anti-registration"

2016-01-06 Thread Guido van Rossum

Guido van Rossum added the comment:

FWIW, it looks fine to me -- but I'm hoping to get Serhiy's agreement first. 
Serhiy: feel free to commit when you're happy.

--

___
Python tracker 

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



[issue26027] Support Path objects in the posix module

2016-01-06 Thread Serhiy Storchaka

New submission from Serhiy Storchaka:

path_converter should be changed to accept objects with the "path" attribute. 
See issue22570 for details.

--
assignee: serhiy.storchaka
components: Extension Modules
messages: 257642
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Support Path objects in the posix module
type: enhancement
versions: Python 3.6

___
Python tracker 

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



[issue22570] Better stdlib support for Path objects

2016-01-06 Thread Brett Cannon

Brett Cannon added the comment:

We could leave this open as a meta issue and spin off individual issues for any 
specific module people choose to update to support Path objects, setting those 
new issues as dependencies here.

--

___
Python tracker 

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



[issue26019] collections.abc documentation incomplete

2016-01-06 Thread Guido van Rossum

Guido van Rossum added the comment:

LGTM. Do you want me to commit it now or wait until you've redone it after 
#25958 has gone through?

--
nosy: +gvanrossum

___
Python tracker 

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



[issue25958] Implicit ABCs have no means of "anti-registration"

2016-01-06 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Added few stylistic nitpicks and asked few questions on Rietveld.

--

___
Python tracker 

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



[issue22570] Better stdlib support for Path objects

2016-01-06 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Opened issue26027 for adding support in the posix module.

Should the path attribute be only string, or other types are acceptable (bytes, 
file descriptor, and even None if the function accepts None)?

--
dependencies: +Support Path objects in the posix module

___
Python tracker 

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



<    1   2