Re: [Python-Dev] Google search labels Python 2.7 docs as Python 3.4

2015-01-01 Thread Oleg Broytman
On Thu, Jan 01, 2015 at 01:49:52AM -0600, Wes Turner wrote: > Might one or more sitemap.xml files be useful here, if theoretically > unnecessary? > > * https://github.com/vladris/tinkerer-contrib/blob/master/sitemap/sitemap.py > * https://en.wikipedia.org/wiki/Sitemaps I'd rather recommend h

Re: [Python-Dev] Google search labels Python 2.7 docs as Python 3.4

2015-01-01 Thread Wes Turner
Might one or more sitemap.xml files be useful here, if theoretically unnecessary? * https://github.com/vladris/tinkerer-contrib/blob/master/sitemap/sitemap.py * https://en.wikipedia.org/wiki/Sitemaps On Wed, Dec 31, 2014 at 10:26 PM, Vincent Davis wrote: > About a year ago I posted about this o

Re: [Python-Dev] More compact dictionaries with faster iteration

2015-01-01 Thread Maciej Fijalkowski
On Wed, Dec 31, 2014 at 3:12 PM, Serhiy Storchaka wrote: > On 10.12.12 03:44, Raymond Hettinger wrote: >> >> The current memory layout for dictionaries is >> unnecessarily inefficient. It has a sparse table of >> 24-byte entries containing the hash value, key pointer, >> and value pointer. >> >>