Martin v. Löwis added the comment:

No, I haven't rejected the format codes. What I did ask to revert is that 'u' 
in the array module denotes Py_UCS4, I requested that it should continue to be 
compatible with 3.2. I didn't have an opinion on memoryview at all then.

It's unfortunate that PEP 3118 deviates from the struct module, however, 
memoryview is based onthe buffer interface,and its formatcodes ought to conform 
to the PEP, not to the struct module (IMO).

It's easy to see that it *doesn't* follow the struct syntax, as it is possjible 
to create memoryview objects with other format codes in 3.3.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15622>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to