[issue6210] Exception Chaining missing method for suppressing context

2012-02-07 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda : -- nosy: -draghuram ___ Python tracker <http://bugs.python.org/issue6210> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9857] SkipTest in tearDown is reported an as an error

2010-09-15 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda : -- nosy: +draghuram ___ Python tracker <http://bugs.python.org/issue9857> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9514] platform.linux_distribution() under Ubuntu returns ('debian', 'squeeze/sid', '')

2010-08-04 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Please check issue1322 for past discussion on similar topic (usability of lsb_release in platform.py). -- nosy: +draghuram ___ Python tracker <http://bugs.python.org/issue9

[issue6210] Exception Chaining missing method for suppressing context

2010-08-03 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda : -- nosy: +draghuram ___ Python tracker <http://bugs.python.org/issue6210> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8828] Atomic function to rename a file

2010-05-27 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda : -- nosy: +draghuram ___ Python tracker <http://bugs.python.org/issue8828> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8751] Threading and KeyError: 51

2010-05-18 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: As suggested, please post in c.l.py or other forums. Open a bug here only if you are sure that there is a bug in Python. -- nosy: +draghuram resolution: -> invalid status: open -> closed ___ Python t

[issue8692] Use divide-and-conquer for faster factorials

2010-05-12 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda : -- nosy: +draghuram ___ Python tracker <http://bugs.python.org/issue8692> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1294] Management of KeyboardInterrupt in cmd.py

2009-11-13 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: > I am not sure I understand: currently Ctrl-C generates a > KeyboardInterrupt, which can be caught by the application which can > then decide how to proceed (in particular it can start another command > loop or exit with a meaningfu

[issue1294] Management of KeyboardInterrupt in cmd.py

2009-11-11 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: On Sun, Nov 8, 2009 at 8:22 PM, Ilya Sandler wrote: > Is not this patch backward incompatible? > > E.g any cmd-based application which expects Ctrl-C to propagate to the > top level will be broken by this patch. But currently, CTRL-C te

[issue7245] better Ctrl-C support in pdb (program can be resumed)

2009-10-31 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: It is better for this functionality to be added in "Cmd" module as that will benefit all users of that module. Please see bug #1294 which has a patch for this purpose. It would be nice if you can test with that patch and see if pdb works as yo

[issue6701] Make custom xmlrpc extension easier

2009-08-14 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda : -- nosy: +draghuram ___ Python tracker <http://bugs.python.org/issue6701> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6275] let unittest.assertRaises() return the exception object caught

2009-07-29 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda : -- nosy: +draghuram ___ Python tracker <http://bugs.python.org/issue6275> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue974019] ConfigParser non-string defaults broken with .getboolean()

2009-04-22 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda : -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue974019> ___ ___ Pyth

[issue5409] ConfigParser get methods broken

2009-03-03 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda : -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/issue5409> ___ ___ Pyth

[issue5374] optparse special usage tokens conflict with formatting characters

2009-02-26 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: On Thu, Feb 26, 2009 at 9:32 AM, Andy Buckley wrote: > Dang, why didn't I think of that? Cheers. Might be worth mentioning that > in the documentation, in case there are other people with my particular > brand of tunnel vision ;) I am not

[issue5374] optparse special usage tokens conflict with formatting characters

2009-02-26 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Please use the fix suggested by Tim Gordon. -- nosy: +draghuram resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue2204] document ConfigParser behaviour when a file has same section multiple times

2009-02-10 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: > The attached patch is a proof of concept for throwing an exception. If it is not too much of a problem, can you upload the patch to http://codereview.appspot.com? Reviewing there is simpler. Also, you will have to include some test cases in the pa

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2009-01-29 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: On Thu, Jan 29, 2009 at 1:32 PM, Antoine Pitrou wrote: > Sorry, I had only given a quick look at Benjamin's patch, not yours. > Actually Benjamin's patch does not seem to address anything, which makes > things more confusing. Tr

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2009-01-29 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: On Wed, Jan 28, 2009 at 5:13 PM, Antoine Pitrou wrote: shutil_destinsrc.patch has both the code chage and two test cases. Actually test cases are much longer than the code itself :-). ___ Python tracker <h

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2009-01-27 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: On Tue, Jan 27, 2009 at 12:35 PM, James Cooper wrote: > This may not be a show-stopping bug, but it's non-obvious, annoying, > unnecessary, and very easy to fix. Any chance of getting this into a > release? Considering that the issue is i

[issue4320] optparse: "1 2 3" should be seen as one string

2008-11-14 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: I had the same need in my small command line client (that uses Cmd.Cmd) and I solved it by using shlex.split() instead of regular string split. I haven't looked at optparse code lately and perhaps it can do the same.

[issue4297] Add error_log attribute to optparse.OptionParser

2008-11-11 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda <[EMAIL PROTECTED]>: -- nosy: +draghuram ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4297> ___ _

[issue1210] imaplib does not run under Python 3

2008-11-04 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda <[EMAIL PROTECTED]>: -- nosy: -draghuram ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1210> ___ _

[issue3187] os.listdir can return byte strings

2008-09-29 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda <[EMAIL PROTECTED]>: -- nosy: +draghuram ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3187> ___ _

[issue3937] platform.dist(): detect Linux distribution version in a robust, standard way

2008-09-23 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: Please take a look at #1322 for some discussion on this topic. -- nosy: +draghuram ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3728] imaplib module broken by str to unicode conversion

2008-08-29 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: This seems to be duplicate of #1210. -- nosy: +draghuram resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3580] failures in test_os

2008-08-18 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: On Mon, Aug 18, 2008 at 10:28 AM, Antoine Pitrou <[EMAIL PROTECTED]> wrote: > Since the purpose of the test is, allegedly, to "Verify that an open > file can be stat'ed", it may be simpler to c

[issue3580] failures in test_os

2008-08-18 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: > The other failure is trivial, I've fixed it in r65780. #1709112 has been reported earlier in relation to pagefile.sys. Your patch addresses at least part of the problem there. I wonder if that issue can be closed. -

[issue1545] shutil fails when copying to NTFS in Linux

2008-08-11 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: WindowsError issue is now fixed in r65644. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3134] shutil references undefined WindowsError symbol

2008-08-11 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: > Patch works under Windows. Thanks. Can you please commit the change? ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2549] shutil: NameError (WindowsError) when moving from ext3 to fat32 under linux

2008-06-23 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: This is duplicate of 3134. I posted a patch there. -- resolution: -> duplicate status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue1545] shutil fails when copying to NTFS in Linux

2008-06-20 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: I have submitted a patch (http://codereview.appspot.com/2384) for WindowsError issue as it is reported in two other bugs #3134 and #2549. I have only tested on Linux so I would appreciate if some one who have access to windows ca

[issue3134] shutil references undefined WindowsError symbol

2008-06-19 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: I submitted a patch at http://codereview.appspot.com/2384. Please take a look. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2571] cmd.py always uses raw_input, even when another stdin is specified

2008-06-19 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: On Wed, Jun 18, 2008 at 9:28 PM, Richard King <[EMAIL PROTECTED]> wrote: > > Richard King <[EMAIL PROTECTED]> added the comment: > > There were some other things I wanted too so I just made my own cmd.py.

[issue3134] shutil references undefined WindowsError symbol

2008-06-18 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: This is same as #2549 which also reported the same problem. In fact, the problem was originally found in #1545. As I said there, the proposed patch has a very small problem. Can you please take a look? -- nosy: +dra

[issue2571] cmd.py always uses raw_input, even when another stdin is specified

2008-06-18 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: Richard, I see the following very clearly mentioned in the doc: "If you want a given stdin to be used, make sure to set the instance’s use_rawinput attribute to False, otherwise stdin will be ignored." Even though

[issue3115] os.listdir randomly fails on occasions when it shouldn't

2008-06-16 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: Isn't this similar to #1608818? -- nosy: +draghuram ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue3058] Let SimpleXMLRPCServer pass client_address to called functions.

2008-06-09 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda <[EMAIL PROTECTED]>: -- nosy: +draghuram ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3058> ___ _

[issue3053] test_shutil fails under AIX

2008-06-06 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: Is there any particular reason to assert for failed function at all? This test seems to be for 'onerror' function and the test would be valid even without asserting whether the failed API is 'remove'

[issue3002] shutil.copyfile blocks indefinitely on named pipes

2008-05-29 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: I am not sure if copyfile() should be trying to copy named pipes (or any other special files for that matter). The best way is perhaps to check and skip such files. -- nosy: +dra

[issue2760] Recent change in socket.py breaks urllib2

2008-05-05 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: Similar problem has been reported in #2632 as well. -- nosy: +draghuram __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2632] performance problem in socket._fileobject.read

2008-05-05 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: Similar problem is reported in #2760. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2632> __ __

[issue2711] error: (10035, 'The socket operation could not complete without blocking')

2008-04-28 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: Duplicate of #2710. -- nosy: +draghuram resolution: -> duplicate status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2663] shutil.copytree glob-style filtering [patch]

2008-04-28 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: I forgot to add that the example provided in rst doc is incorrect. The copytree() in that example should be given destination path as well. In addition, the docstring for copytree mentions "which is a directory list".

[issue2663] shutil.copytree glob-style filtering [patch]

2008-04-28 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: The patch looks good to me. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2663> __ ___ Python

[issue2663] shutil.copytree glob-style filtering [patch]

2008-04-28 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: My update with email failed so I am just copying my response here: > while working on the patch to add the same feature in rmtree, I realized > this is a non sense since the root folder itself is removed at the end >

[issue2663] shutil.copytree glob-style filtering [patch]

2008-04-22 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: Is there any reason for rmtree also to not support this exclusion feature? Both copytree and rmtree explicitly iterate over list of names and as I see it, this exclusion is really about which names to ignore. Already, copytr

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2008-04-22 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: Can some one with commit privileges check in shutil_destinsrc.patch? The change is rather simple and there is no point for issues such as these to remain open for long time. __ Tracker <[EMAIL

[issue1489] test_socket_ssl hangs on Windows (deadlock)

2008-04-22 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda <[EMAIL PROTECTED]>: -- title: test_socket_ssl hanhs on Windows (deadlock) -> test_socket_ssl hangs on Windows (deadlock) __ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2667] Remove multiple inheritance in Python 3000

2008-04-22 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: I don't think this request is appropriate for bug tracker. If you are really keen, bring it up on perhaps python-ideas mailing list. -- nosy: +draghuram resolution: -> invalid status:

[issue2663] shutil.copytree glob-style filtering [patch]

2008-04-21 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda <[EMAIL PROTECTED]>: -- nosy: +draghuram __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2663> __ ___ Python-bugs

[issue2632] socket._fileobject.read(n) should ignore _rbufsize when 1

2008-04-14 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: The relevant python-dev thread is http://mail.python.org/pipermail/python-dev/2008-April/078613.html -- nosy: +draghuram __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2571] cmd.py always uses raw_input, even when another stdin is specified

2008-04-07 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: The doc for "cmd" at http://docs.python.org/dev/library/cmd.html#module-cmd says: "Instances of Cmd subclasses have some public instance variables: . . . Cmd.use_rawinput¶ A flag, defaulting to true. If

[issue2549] shutil: NameError (WindowsError) when moving from ext3 to fat32 under linux

2008-04-04 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: This problem has been noticed as part of issue1545 and a patch with the fix has been proposed but has a small problem with it. Do you want to take a look? -- nosy: +draghuram __ Tracker &

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2008-03-21 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda <[EMAIL PROTECTED]>: -- keywords: +easy __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2047> __ ___ Python-bugs

[issue1577] shutil.move() does not use os.rename() if dst is a directory

2008-03-21 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda <[EMAIL PROTECTED]>: -- resolution: accepted -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2283] lambda *a, **k: a, k # does not work

2008-03-13 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: I am closing it as invalid. -- nosy: +draghuram resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1524825] ConfigParser: accept leading whitespace on options+comments

2008-03-06 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda: -- nosy: +draghuram _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1524825> _ ___ Python-bugs-list mailing list

[issue1714] ConfigParser.py do not allow leading (and trailing) space in values.

2008-03-06 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda: -- nosy: +draghuram __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1714> __ ___ Python-bugs-list mailing list Unsubs

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2008-03-01 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: > The function is just a one liner in 2.6 and it's used in one place only. > Let's move it into move(). Isn't it clear from this issue's original description that there is a bug in th

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2008-02-29 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: > Should it get a _ prepended to it then? Probably yes. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2047> __ ___ P

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2008-02-29 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: On Fri, Feb 29, 2008 at 9:21 PM, Joseph Armbruster <[EMAIL PROTECTED]> wrote: > On another note, I just completed building the docs in windows and > shutil.destinsrc does not appear to be documented. I did notice this > descrip

[issue2204] document ConfigParser behaviour when a file has same section multiple times

2008-02-29 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: > Should this 'undesirable' behavior be documented? My thoughts are Document should definitely reflect the code whether the behaviour is desirable or not. > a) All the key,value pairs in the named section be retrived from entire > f

[issue2204] document ConfigParser behaviour when a file has same section multiple times

2008-02-28 Thread Raghuram Devarakonda
New submission from Raghuram Devarakonda: ConfigParser.add_section() raises DuplicateSectionError if add_section() is called with the name of a section that is already present. How ever, if a section is present multiple times in a file, readfp() does not raise any exception. Instead, the

[issue2192] error with backslash as last character in raw string

2008-02-25 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: This is as per the design. Please see http://www.python.org/doc/faq/general/#why-can-t-raw-strings-r-strings-end-with-a-backslash. -- nosy: +draghuram resolution: -> invalid status: open -> closed __ T

[issue456086] virtual IO for embedding Py in server

2008-02-11 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: I am closing it as there is no activity for long time. Please reopen if required. -- nosy: +draghuram status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.org

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2008-02-11 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: > Raghuram, you've been too fast ;-) Sorry about that :-) and thanks for validating the test cases. __ Tracker <[EMAIL PROTECTED]> <http://bugs.pyt

[issue549764] Uninstall target in makefile

2008-02-08 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: no activity and no patch. -- nosy: +draghuram status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.org

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2008-02-08 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Christian, do you mind testing on windows? I tested only on Linux. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2047> __ __

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2008-02-08 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: I added couple of test cases. Please see the patch shutil_destinsrc.patch. Added file: http://bugs.python.org/file9393/shutil_destinsrc.patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue2047] shutil.destinsrc returns wrong result when source path matches beginning of destination path

2008-02-08 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Can you write a test to catch this problem? The patch should preferably be against the latest svn source. -- nosy: +draghuram __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue725149] SRE bugs with capturing groups in negative assertions

2008-02-07 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: looks to have been fixed. -- nosy: +draghuram resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue2021] Turn NamedTemporaryFile into a context manager

2008-02-06 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2021> __ ___ Python-bugs-list mailing list Unsubs

[issue419153] Issue warning when LC_NUMERIC is not "C"

2008-02-06 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Closing as there is no activity for long time. -- nosy: +draghuram status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.org

[issue619222] os.listdir-alike that includes file type

2008-02-05 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: No activity for long time. -- nosy: +draghuram status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.org

[issue1090076] Defaults in ConfigParser.get overrides section values

2008-02-04 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: The patch "cfgdoc.diff" contains changes to rst as well as to the doc string. Can some one please review it? Added file: http://bugs.python.org/file9354/cfgdoc.diff _ Tracker <[EMAIL PROTECTED]> <htt

[issue540952] Memory Usage Reporting

2008-02-04 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: This has evolved into a general discussion without any specific direction (which is more suitable for a mailing list than in a bug tracker). So I am closing it. Please do reopen if required. I don't know what resolution to select for this one. None o

[issue1090076] Defaults in ConfigParser.get overrides section values

2008-02-01 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda: -- components: +Documentation -Library (Lib) versions: +Python 2.6 -Python 2.3 _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/iss

[issue1090076] Defaults in ConfigParser.get overrides section values

2008-02-01 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: The following two statements from ConfigParser document clearly mention that what is passed in 'vars' are defaults and defaults come into picture only when values are not explicitly set. "Default values can be specified by passin

[issue974019] ConfigParser non-string defaults broken with .getboolean()

2008-02-01 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: With the latest python, get() itself fails with boolean value default. I tried with this script: - from ConfigParser import ConfigParser cfg = ConfigParser({'var':True}) cfg.add_section('test_section') print cfg.getboolean(

[issue1049816] test_socket PORT conflict with boa-constructor

2008-02-01 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: test_socket.py now seems to use dynamically computed port number so there should not be any port number conflicts. -- nosy: +draghuram resolution: -> out of date status: open -> closed _ Tracker &

[issue974019] ConfigParser non-string defaults broken with .getboolean()

2008-02-01 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda: -- nosy: +draghuram Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue974019> ___ Python-bugs-list mailing list

[issue800929] Module-specific PDFs

2008-01-31 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Yet another one. -- nosy: +draghuram, georg.brandl Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue800929> __

[issue800926] Python version numbers in headers/footers PDF documentation

2008-01-31 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Not really sure if this applies to new docs. I will let Georg close this one :-). -- nosy: +draghuram, georg.brandl Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/is

[issue799088] distutils ignored LDFLAGS in Makefile

2008-01-31 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda: -- resolution: -> wont fix status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue799088> _

[issue799104] CPPFLAGS should not be aded to ldshard command

2008-01-30 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: For the record, the latest Lib/distutils/sysconfig.py still seems to have this behaviour (please correct me if I am wrong). I am closing this as there is no activity for quite some time. -- nosy: +draghuram resolution: -> wont fix status: o

[issue756914] SSL support for poplib

2008-01-30 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: no activity. Please do reopen if the offer still stands. -- nosy: +draghuram resolution: -> out of date status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue600362] relocate cgi.parse_qs() into urlparse

2008-01-30 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: I know that Senthil has been working on consolidating url related functionalities so I am adding him to the list. -- nosy: +draghuram, orsenthil versions: +Python 2.6, Python 3.0 Tracker <[EMAIL PROTEC

[issue606733] Docstring formatter.

2008-01-29 Thread Raghuram Devarakonda
Changes by Raghuram Devarakonda: -- resolution: -> rejected status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue606733> _

[issue1577] shutil.move() does not use os.rename() if dst is a directory

2008-01-29 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: We are back to square 1 :-). Your patch incorporates Facundo's suggestion which is 'rename(src_file, dst_dir/`basename src_file`). It is not clear to me from rereading the earlier comments whether Guido rejected this approach or not. I would

[issue780024] Makefile.pre.in ignores CPPFLAGS from environment

2008-01-29 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: The latest Makefile.pre.in does have this change (@CPPFLAGS@ is appended). -- nosy: +draghuram resolution: -> fixed status: open -> closed versions: +Python 2.6 -Python 2.3 Tracker <[EMAIL PROTECTE

[issue814996] OSF/1 test_dbm segfaults

2008-01-28 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: I am assuming that this can be closed considering that there is no activity for a long time. -- nosy: +draghuram resolution: -> out of date status: open -> closed Tracker <[EMAIL PROTECTE

[issue1577] shutil.move() does not use os.rename() if dst is a directory

2008-01-28 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Hi Antoine, You stated the following in a previous comment: "Right now, shutil.move(src_dir, dst_dir) replaces dst_dir with src_dir if dst_dir is empty, but moves src_dir inside dst_dir otherwise." But my test shows differently. If dst_dir doe

[issue784231] getopt_long_only()

2008-01-25 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: I see no chance of this being accepted now that optparse is entrenched. Please do reopen if some one thinks otherwise. -- nosy: +draghuram resolution: -> rejected status: open -> closed Tracker &

[issue784443] test_repr failure on m68k-linux

2008-01-25 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Please reopen if the problem can be reproduced in 2.5 or later. -- resolution: -> out of date status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue835338] [2.3.2] test_socket failure on IRIX 6.5

2008-01-24 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Please reopen if the problem can be reproduced with latest version. -- nosy: +draghuram resolution: -> works for me status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue817920] select behavior undefined for empty lists

2008-01-24 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: no activity. closing it. -- nosy: +draghuram resolution: -> wont fix status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue784443] test_repr failure on m68k-linux

2008-01-24 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: Considering that there is no activity for long time, is it worthwhile to keep this open? -- nosy: +draghuram Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/is

[issue618633] sys.execpthook not used in threads

2008-01-23 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: This is a duplicate of a more recently opened #1230540. -- nosy: +draghuram resolution: -> duplicate status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue1577] shutil.move() does not use os.rename() if dst is a directory

2008-01-23 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: > Does this mean we should preserve this behaviour for shutil.move() as well? I don't think so. The key is to remember that shutil.move() is os.rename() with some additional benefits (as stated by Guido in an earlier comment). Also, changing the b

  1   2   >