Re: [Python-Dev] Status of Mac buildbots

2012-01-25 Thread Bill Janssen
Nadeem Vawda wrote: > Hi all, > > I've noticed that most of the Mac buildbots have been offline for a while: > > * http://www.python.org/dev/buildbot/all/buildslaves/parc-snowleopard-1 > * http://www.python.org/dev/buildbot/all/buildslaves/parc-tiger-1 > * http://www.python.org/dev/buildbot/all

Re: [Python-Dev] Status of Mac buildbots

2012-01-25 Thread Nadeem Vawda
On Wed, Jan 25, 2012 at 5:35 PM, Bill Janssen wrote: > We're tinkering with that server room.  They should be back by the end of > the week. OK, cool. Thanks for the info. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/

Re: [Python-Dev] Packaging and setuptools compatibility

2012-01-25 Thread PJ Eby
2012/1/24 Alexis Métaireau > Entrypoints basically are a plugin system. They are storing information in > the metadata and then retrieving them when needing them. The problem with > this, as everything when trying to get information from metadata is that we > need to parse all the metadata for al