]> granicus.if.org Git - python/commit
Add URL for PEP to the source code encoding warning.
authorMarc-André Lemburg <mal@egenix.com>
Mon, 17 Feb 2003 18:31:57 +0000 (18:31 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 17 Feb 2003 18:31:57 +0000 (18:31 +0000)
commit1fb1400d0819b2bebf17bf5810fa3f05af7235b4
tree728867439998e1418defb204b395d650630bb367
parent08ea61ad45928e26da9ef2dade7776e61dbfbff2
Add URL for PEP to the source code encoding warning.

Remove the usage of PyErr_WarnExplicit() since this could cause
sensitive information from the source files to appear in e.g.
log files.
Parser/tokenizer.c