New submission from Ezio Melotti:

A user created https://github.com/python/cpython/pull/809 but the PR got linked 
with the wrong name: http://bugs.python.org/issue29862
This is because set_roundup_user uses filter() to find matching names, and 
filter returns all values that contain the given string.  In this case the gh 
username was mandeep, and the wrong name had "harmandeepsingh1" as username.

----------
assignedto: ezio.melotti
messages: 3315
nosy: ezio.melotti, maciej.szulik
priority: bug
status: unread
title: set_roundup_user selects wrong username

_______________________________________________________
PSF Meta Tracker <[email protected]>
<http://psf.upfronthosting.co.za/roundup/meta/issue622>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
[email protected]
https://mail.python.org/mailman/listinfo/tracker-discuss
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to