[issue7734] discuss mark-as-invalid trick in heapq docs

2010-08-12 Thread Raymond Hettinger
Raymond Hettinger added the comment: You're welcome :-) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue7734] discuss mark-as-invalid trick in heapq docs

2010-08-12 Thread Joshua Bronson
Joshua Bronson added the comment: Thanks for the great additions. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue7734] discuss mark-as-invalid trick in heapq docs

2010-08-07 Thread Raymond Hettinger
Raymond Hettinger added the comment: Applied in r83793 Thanks for the suggestion. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ __

[issue7734] discuss mark-as-invalid trick in heapq docs

2010-01-18 Thread Eric Smith
Eric Smith added the comment: Assigning to Raymond, per his request in the c.l.p. thread. -- assignee: georg.brandl -> rhettinger nosy: +eric.smith ___ Python tracker ___ ___

[issue7734] discuss mark-as-invalid trick in heapq docs

2010-01-18 Thread Joshua Bronson
New submission from Joshua Bronson : Though the heapq module does not support changing the priority of a particular element of the heap (a necessary operation for the A* search family of algorithms), such an element can be marked as invalid and a new element can be added with different priorit