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 chris.jerdonek
Recipients chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl, jcea, pitrou, r.david.murray
Date 2012-07-24.14:20:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343139612.58.0.291575986021.issue15437@psf.upfronthosting.co.za>
In-reply-to
Content
That is correct, Antoine.  Duplicates need to be removed by hand.

To assist in this process, the script currently prints "possible duplicates" to stdout after running.  However, the script could easily be modified to display an in-line indicator before possible duplicates to make this manual step easier, e.g.:

 John Redford
 Terry Reedy
+>>> Terry J. Reedy
 Gareth Rees

Currently, possible duplicates are determined based on whether the last name matches an already existing last name.
History
Date User Action Args
2012-07-24 14:20:12chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, jcea, pitrou, ezio.melotti, eric.araujo, r.david.murray, docs@python
2012-07-24 14:20:12chris.jerdoneksetmessageid: <1343139612.58.0.291575986021.issue15437@psf.upfronthosting.co.za>
2012-07-24 14:20:12chris.jerdoneklinkissue15437 messages
2012-07-24 14:20:11chris.jerdonekcreate