[issue22995] Restrict default pickleability

2016-01-06 Thread Scott Kitterman
Changes by Scott Kitterman : -- nosy: +kitterma ___ Python tracker ___ ___

[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

[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:

[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

[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

[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 ___

[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

<    1   2