Re: [Python-Dev] More tracker demos online

2006-08-05 Thread Bob Ippolito
On Aug 5, 2006, at 4:52 AM, Hernan M Foffani wrote: > Currently, we have two running tracker demos online: > > Roundup: > http://efod.se/python-tracker/ > > Jira: > http://jira.python.atlassian.com/secure/Dashboard.jspa >> >> >> Is anyone looking at the Google Code Hos

Re: [Python-Dev] More tracker demos online

2006-08-05 Thread Hernan M Foffani
> > > > Currently, we have two running tracker demos online: > > > > > > > > Roundup: > > > > http://efod.se/python-tracker/ > > > > > > > > Jira: > > > > http://jira.python.atlassian.com/secure/Dashboard.jspa > > > Is anyone looking at the Google Code Hosting tracker, just for fun? =) ( > code.go

Re: [Python-Dev] Dicts are broken Was: unicode hell/mixing str andunicode asdictionarykeys

2006-08-05 Thread Giovanni Bajo
Bob Ippolito <[EMAIL PROTECTED]> wrote: >>> Well it's not recomended to mix strings and unicode in the >>> dictionaries >>> but if we mix for example integer and float we have the same >>> thing. It >>> doesn't raise exception but still it is not expected behavior for >>> me: >> d = { 1.0: 10,