Message 314707 - Python tracker

Message314707

Author imz
Recipients alexey@altlinux.org, imz
Date 2018-03-30.19:44:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522439088.16.0.467229070634.issue33186@psf.upfronthosting.co.za>
In-reply-to
Content
> a list contains elements that have never been appended

Why do we think that it's true?

1. The described result can be valid if there are "doubly quoted" strings in the input list.

2. Also, there could be a bug in unquote() which doesn't corrupt the list as a side effect, but simply returns a wrong result value, which is indeed appended to the output list at its turn.
History
Date User Action Args
2018-03-30 19:44:48imzsetrecipients: + imz, alexey@altlinux.org
2018-03-30 19:44:48imzsetmessageid: <1522439088.16.0.467229070634.issue33186@psf.upfronthosting.co.za>
2018-03-30 19:44:48imzlinkissue33186 messages
2018-03-30 19:44:48imzcreate