Terry J. Reedy <tjre...@udel.edu> added the comment:

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.

----------
stage: unit test needed -> commit review

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2986>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to