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 vstinner
Recipients barry, benjamin.peterson, christian.heimes, donmez, janssen, loewis, nnorwitz, rtmq, vstinner
Date 2008-11-04.18:34:03
SpamBayes Score 8.574395e-09
Marked as misclassified No
Message-id <200811041930.00677.victor.stinner@haypocalc.com>
In-reply-to <1225756741.79.0.475131328087.issue1210@psf.upfronthosting.co.za>
Content
Le Tuesday 04 November 2008 00:59:02 Barry A. Warsaw, vous avez écrit :
> The assertion on line 813 is indented incorrectly. Please fix that.

Ooops. I'm using the following command because my editor is configured to 
remove the trailing spaces:
   svn diff --diff-cmd="/usr/bin/diff" -x "-ub"

The line 813 was an assertion. I added many assertions to check types (for 
easier debug) but there are not needed anymore (my code is bugfreee, haha, no 
it's a joke). The new attached patch has no more assertion.
Files
File name Uploaded
imaplib_bytes-4.patch vstinner, 2008-11-04.18:34:02
History
Date User Action Args
2008-11-04 18:34:04vstinnersetrecipients: + vstinner, loewis, barry, nnorwitz, janssen, christian.heimes, donmez, rtmq, benjamin.peterson
2008-11-04 18:34:03vstinnerlinkissue1210 messages
2008-11-04 18:34:03vstinnercreate