Re: [Python-Dev] BugFix for "time" native module in Python 2.7

2014-02-03 Thread Antoine Pitrou
Hi Victor, You can find instructions here to produce a patch: http://docs.python.org/devguide/ The first thing to do would be to create an issue on http://bugs.python.org/, and post your patch there. Regards Antoine. On Mon, 3 Feb 2014 23:41:22 +0400 Виктор Щерба wrote: > Hi, guys! > > I h

Re: [Python-Dev] BugFix for "time" native module in Python 2.7

2014-02-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/03/2014 02:41 PM, ?? ? wrote: > Hi, guys! > > I have found a bug in module "time" function "sleep" in Python 2.7 > under Windows XP / Server 2003 and lower. I fix this bug locally. But > how could I send you hg patch or pull request or,

Re: [Python-Dev] BugFix for "time" native module in Python 2.7

2014-02-03 Thread Zachary Ware
Hi Victor, On Mon, Feb 3, 2014 at 1:41 PM, Виктор Щерба wrote: > Hi, guys! > > I have found a bug in module "time" function "sleep" in Python 2.7 under > Windows XP / Server 2003 and lower. > I fix this bug locally. But how could I send you hg patch or pull request > or, maybe, commit to sandbox?

Re: [Python-Dev] BugFix for "time" native module in Python 2.7

2014-02-03 Thread Brett Cannon
On Mon, Feb 3, 2014 at 2:41 PM, Виктор Щерба wrote: > Hi, guys! > > I have found a bug in module "time" function "sleep" in Python 2.7 under > Windows XP / Server 2003 and lower. > I fix this bug locally. But how could I send you hg patch or pull request > or, maybe, commit to sandbox? > Please

Re: [Python-Dev] BugFix for "time" native module in Python 2.7

2014-02-03 Thread Tim Golden
On 03/02/2014 19:41, Виктор Щерба wrote: Hi, guys! I have found a bug in module "time" function "sleep" in Python 2.7 under Windows XP / Server 2003 and lower. I fix this bug locally. But how could I send you hg patch or pull request or, maybe, commit to sandbox? The best thing is to raise an

[Python-Dev] BugFix for "time" native module in Python 2.7

2014-02-03 Thread Виктор Щерба
Hi, guys! I have found a bug in module "time" function "sleep" in Python 2.7 under Windows XP / Server 2003 and lower. I fix this bug locally. But how could I send you hg patch or pull request or, maybe, commit to sandbox? P.S.: Sorry for my English :-) Best Regards, Victor Scherba, C++ develope