[issue6952] deprecated conversion from string constant to char *

Martin v. Löwis report at bugs.python.org
Sun Sep 20 22:50:33 CEST 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

A patch would definitely help. Such a patch shouldn't whole-sale replace
char with const char, but selectively only change locations where it is
actually necessary and doesn't hurt.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6952>
_______________________________________


More information about the Python-bugs-list mailing list