Marc-Andre Lemburg <m...@egenix.com> added the comment: On 2009-01-06 13:28, Martin v. Löwis wrote: > Martin v. Löwis <mar...@v.loewis.de> added the comment: > >> For completeness > > I don't think completeness is a useful thing to have here. > >> and to make things easier for all developers, > > It is not easier, but more difficult. It now requires a change, > whereas leaving things as-is requires no change.
Sure it does: consistent rules always make things easier, since they avoid doubt. >> all exported symbols should be prefixed with _Py or Py - regardless >> of how their export is enabled. > > Ah - but they aren't exported symbols. I'm only referring to exported symbols. Static globals, of course, don't need such a prefix. _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4850> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com