> I'm not sure what to use in PyArg_ParseTuple in 3K.  I'm passing in
> bytes which may contain NUL characters.  Using 's#' doesn't really
> work, because it erroneously accepts Unicode strings.

Ah, sorry, found it.  "y#".

Bill
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to