[issue18484] No unit test for iso2time function from http.cookiejar module

2013-08-10 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed type: -> enhancement versions: +Python 3.3 ___ Pytho

[issue18484] No unit test for iso2time function from http.cookiejar module

2013-08-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe5d105eba4b by Ezio Melotti in branch '3.3': #18484: improve test coverage of http.cookiejar. Patch by Vajrasky Kok. http://hg.python.org/cpython/rev/fe5d105eba4b New changeset 7bf1f8892df5 by Ezio Melotti in branch 'default': #18484: merge with 3

[issue18484] No unit test for iso2time function from http.cookiejar module

2013-08-04 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue18484] No unit test for iso2time function from http.cookiejar module

2013-07-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: Alexander, I added you for possible review because of your interest in time functions. I wonder a bit if this function is redundant with functions in other modules. -- nosy: +belopolsky, terry.reedy stage: -> patch review

[issue18484] No unit test for iso2time function from http.cookiejar module

2013-07-17 Thread Vajrasky Kok
New submission from Vajrasky Kok: >From http.cookiejar module, we have http2time and iso2time functions. We have unit test for http2time, but not for iso2time. That's not fair. Attached the extended coverage test for iso2time function. -- components: Tests files: add_iso2time_test.txt