Re: [Python-Dev] moving issues from argparse tracker to python tracker?

2010-05-24 Thread Antoine Pitrou
On Sun, 23 May 2010 20:52:19 -0700
Steven Bethard steven.beth...@gmail.com wrote:
 I have a few feature
 requests, etc. for argparse, and I was planning to just copy them over
 to the Python bug tracker (and close them on the Google code tracker).

Yes, I think this is desireable. You should also maintain argparse
directly in the Python SVN (even if you plan to do separate releases).

Regards

Antoine.


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] moving issues from argparse tracker to python tracker?

2010-05-23 Thread Steven Bethard
Before I go and add about 30 open issues to the Python tracker, I
figured I should ask. What's the normal process for the bug trackers
of modules that move to the standard library? I have a few feature
requests, etc. for argparse, and I was planning to just copy them over
to the Python bug tracker (and close them on the Google code tracker).
Is this what people normally do? (It should be easy enough to do - I
just don't want to mess up the tracker if this is usually done some
other way.)

Thanks,

Steve
-- 
Where did you get that preposterous hypothesis?
Did Steve tell you that?
--- The Hiphopopotamus
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] moving issues from argparse tracker to python tracker?

2010-05-23 Thread Senthil Kumaran
On Sun, May 23, 2010 at 08:52:19PM -0700, Steven Bethard wrote:
 requests, etc. for argparse, and I was planning to just copy them over
 to the Python bug tracker (and close them on the Google code tracker).

I think, this is a good idea. +1 from me. There is only one module,
bsddb, which is maintained outside due to release constraints and
other issues, but other than anything part of stdlib, better be
tracked through python tracker.

An additional advantage of moving to python tracker is, people who are
subscribed to python-bugs will be notified and can pitch in their
ideas/efforts too.

-- 
Senthil

OK, enough hype.
-- Larry Wall in the perl man page
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com