* Stefan Behnel <stefan...@behnel.de>, 2015-09-12, 18:14:
My general recommendation is to a) avoid DEF, b) avoid DEF for string
values, and c) avoid DEF for unprefixed string values, in that order.
But b) and c) are only for advanced users.
Fair enough.
NB, there are examples that use DEFs with string values in the
documentation[0]. You might want to fix them, or add appropriate
warnings.
[0] $ grep -r "DEF.*=.*['\"]" docs/
docs/src/reference/language_basics.rst: DEF FavouriteFood = "spam"
docs/src/userguide/language_basics.rst: DEF FavouriteFood = "spam"
--
Jakub Wilk
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel