[Patches] [ python-Patches-633633 ] Cleanup of test_strptime.py

noreply@sourceforge.net noreply@sourceforge.net
Wed, 27 Nov 2002 00:31:39 -0800


Patches item #633633, was opened at 2002-11-05 05:59
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=633633&group_id=5470

Category: Tests
Group: Python 2.3
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Brett Cannon (bcannon)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: Cleanup of test_strptime.py

Initial Comment:
I finally got around to cleaning up test_strptime.py .
 Basically all I did was break all the lines that went
over 80 characters (although there a few that go over
by a char or two).  I also removed the __version__
variable.  Who ever applies this patch wishes to you
can go ahead and also remove the __version__ variable
for _strptime.py ; it's a relic and not needed let
alone updated since I never remember to.

And yes, the testing suite still runs and passes all
the tests.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-11-27 09:31

Message:
Logged In: YES 
user_id=21627

I've applied #639112 instead.

----------------------------------------------------------------------

Comment By: Brett Cannon (bcannon)
Date: 2002-11-15 22:23

Message:
Logged In: YES 
user_id=357491

I just started patch #639112 which includes this patch
within it since this patch had not been applied yet.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2002-11-15 00:27

Message:
Logged In: YES 
user_id=6380

Please go ahead. The style violations in that file have
bothered me for a long time. :-(

----------------------------------------------------------------------

Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-11-12 17:41

Message:
Logged In: YES 
user_id=12800

I'll take this one.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=633633&group_id=5470