Re: Pitfall: mxODBCZopeDA and test runner in 2.9+
"Dieter Maurer" <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <[email protected]> |
M.-A. Lemburg wrote at 2006-10-18 12:02 +0200: > ... >As I understand it, the only case that the PYC cleaner is trying >to work around here is a local configuration problem which only >occurs if some PY file was removed upstream. > >In such a case, checking in the PYC files seems like the >proper fix, since then Subversion or CVS will automatically >and correctly remove the PYC file as well. We should not manage "*.pyc" file in the repository: they carry the source path as of their creation -- which is likely to be wrong for the working directory. This makes tracebacks and debugging much more difficult.... -- Dieter