On Jun 13, 1:02 pm, Kyle VanderBeek <[EMAIL PROTECTED]> wrote: > ... > Pylons-0.9.6.2/pylons/.___init__.py > Pylons-0.9.6.2/pylons/__init__.py > Pylons-0.9.6.2/pylons/._commands.py > Pylons-0.9.6.2/pylons/commands.py > Pylons-0.9.6.2/pylons/._config.py > Pylons-0.9.6.2/pylons/config.py > Pylons-0.9.6.2/pylons/._configuration.py > Pylons-0.9.6.2/pylons/configuration.py > > This makes me think something went wrong when rolling the new version > tarball (possibly a dirty or incomplete workspace). Thoughts?
I just noticed the same thing happened in the 0.9.5 release of Beaker as well: [EMAIL PROTECTED] devel]$ tar tzf Beaker-0.9.5.tar.gz | grep \\._ Beaker-0.9.5/beaker/.___init__.py Beaker-0.9.5/beaker/._cache.py Beaker-0.9.5/beaker/._container.py Beaker-0.9.5/beaker/ext/.___init__.py Beaker-0.9.5/beaker/ext/._database.py Beaker-0.9.5/beaker/ext/._google.py Beaker-0.9.5/beaker/ext/._memcached.py Beaker-0.9.5/beaker/._middleware.py Beaker-0.9.5/beaker/._session.py Beaker-0.9.5/beaker/._util.py Beaker-0.9.5/._CHANGELOG Beaker-0.9.5/._LICENSE Beaker-0.9.5/._setup.py Beaker-0.9.5/tests/._test_cache.py Beaker-0.9.5/tests/._test_database.py Beaker-0.9.5/tests/._test_memcached.py This looks like some sort of mercurial artifact. How are packages being rolled for release? "python setup.py sdist" should roll these cleanly without this sort of problem. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en -~----------~----~----~----~------~----~------~--~---