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 Daniel Moisset
Recipients Daniel Moisset, rhettinger
Date 2016-07-13.16:13:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468426393.72.0.329175842692.issue27501@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the feedback. Just for the context, I opened this issue also based on this email: http://permalink.gmane.org/gmane.comp.python.devel/156411

 Probably there are two different discussions to have here:

1) Is the "Buffer" a useful ABC to have even if there's no python API involved? My thoughts (that come from working with typing and PEP 484 and numpy) are "yes"

2) Where is the right place to put it? I suggested collections.abc after seeing the thread I linked, although I wouldn't mind if this was in typing.py or somewhere else.
History
Date User Action Args
2016-07-13 16:13:13Daniel Moissetsetrecipients: + Daniel Moisset, rhettinger
2016-07-13 16:13:13Daniel Moissetsetmessageid: <1468426393.72.0.329175842692.issue27501@psf.upfronthosting.co.za>
2016-07-13 16:13:13Daniel Moissetlinkissue27501 messages
2016-07-13 16:13:13Daniel Moissetcreate