Roundup Tracker - Issues

Message6910

Author tekberg
Recipients rouilj, tekberg
Date 2020-05-14.15:12:26
Message-id <1589469146.65.0.187279386977.issue2551084@roundup.psfhosted.org>
In-reply-to
In addition, line 101 in roundup/admin.py does a check for '=' in the arg. The propname/value split does the same check and throws the same exception. Lines 101-103 can be removed. Note that 'foo'.split('=') => ['foo']. This may be a hold-over from an earlier version of python where split generated an exception when the split arg is not present in the string being split.
History
Date User Action Args
2020-05-14 15:12:26tekbergsetmessageid: <1589469146.65.0.187279386977.issue2551084@roundup.psfhosted.org>
2020-05-14 15:12:26tekbergsetrecipients: + tekberg, rouilj
2020-05-14 15:12:26tekberglinkissue2551084 messages
2020-05-14 15:12:26tekbergcreate