Roundup Tracker - Issues

Message6441

Author tekberg
Recipients joseph_myers, rouilj, tekberg
Date 2019-03-26.22:09:34
Message-id <1553638174.91.0.733605524818.issue2551026@roundup.psfhosted.org>
In-reply-to
John,

The matrix reads better in the tracker (msg6437). My emailer used a
variable width font (probably yours too) which made columns not line up.
The idea is that there are 3 cases. The original case for Python3 which
doesn't recognize enough names as variables. I put a 'Y' for both of the
names that were recognized as variables. The middle case is the same
thing for Python2, which already worked. The third case is the names
recognized as variables with the patch applied (same value for Python2
and Python3). By looking at these I could determine what names need to
appear for the test case to pass: context and user_realnames. The name x
is a local variable, and the other two names, assignedto and realname,
are not variables but are object instance variables.

Hopefully that makes more sense.
History
Date User Action Args
2019-03-26 22:09:34tekbergsetmessageid: <1553638174.91.0.733605524818.issue2551026@roundup.psfhosted.org>
2019-03-26 22:09:34tekbergsetrecipients: + tekberg, rouilj, joseph_myers
2019-03-26 22:09:34tekberglinkissue2551026 messages
2019-03-26 22:09:34tekbergcreate