[issue609824] traceback.print_stack extension

2008-01-22 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: I can't think of a use case for this feature and as there is no activity for long time, I am closing it. -- nosy: +draghuram resolution: -> rejected status: open -> closed Tracker <[EMAIL PRO

[issue462716] sys.settrace inheritance

2008-01-22 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: I haven't used settrace() functionality myself but a quick test using latest python shows that trace function set with sys.settrace() is not inherited by newly created threads. I am closing this as there is no activity for long time. --

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

2008-01-22 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: `shutil.move(source_file, destination_dir)` does move source_file to destination_dir but the point is that even when source and destinations are on the same file system, it still "copies" the data when there is no need for it. The reason is ex

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

2008-01-23 Thread Raghuram Devarakonda
Raghuram Devarakonda added the comment: > Before tackling this, I'd like a precision on os.rename(src, dst) > semantics. The documentation says "If dst is a directory, OSError will > be raised". However, under Linux, if src is a directory and dst is an > empty directo

[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

[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.

[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

[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.

[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.

[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.

[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 &

[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

[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

[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

[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

[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

[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

[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> _

[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

[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

[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(

[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

[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

[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-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

[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

[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

[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

[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.

[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/

[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: Christian, do you mind testing on windows? I tested only on Linux. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2047> __ __

[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-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

[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

[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

[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

[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

[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

[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-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

[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

[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

[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

[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

[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

[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 &

[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

[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

[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

[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:

[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

[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

[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

[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-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: 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".

[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

[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> __ __

[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

[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> ___ _

[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> ___ _

[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.

[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

[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-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

[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

[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:

[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:

[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:

[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

[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

[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

[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/

[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

[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

[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

[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

[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:

[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:

[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

<    1   2