This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients LambertDW, barry, eli.bendersky, georg.brandl, ggenellina, gjb1002, hagna, janpf, jimjjewett, mrotondo, pitrou, r.david.murray, rtvd, sjmachin, terry.reedy, tim.peters, vbr
Date 2010-09-07.16:02:27
SpamBayes Score 0.00012222357
Marked as misclassified No
Message-id <1283875349.99.0.968427179331.issue2986@psf.upfronthosting.co.za>
In-reply-to
Content
The patch changes the internal function that constructs the dict mapping b items to indexes to read as follows:
  create b2j mapping
  if isjunk function, move junk items to junk set
  if autojunk, move popular items to popular set

I helped write and test the 2.7 patch and verify that default behavior remains unchanged. I believe it is ready to commit.

3.1 and 3.2 patches will follow.
History
Date User Action Args
2010-09-07 16:02:30terry.reedysetrecipients: + terry.reedy, tim.peters, barry, georg.brandl, jimjjewett, sjmachin, gjb1002, ggenellina, pitrou, rtvd, vbr, LambertDW, hagna, r.david.murray, eli.bendersky, janpf, mrotondo
2010-09-07 16:02:29terry.reedysetmessageid: <1283875349.99.0.968427179331.issue2986@psf.upfronthosting.co.za>
2010-09-07 16:02:28terry.reedylinkissue2986 messages
2010-09-07 16:02:27terry.reedycreate