rPUA-2006-0113-1 epdb
[Posted June 26, 2006 by ris]
From: |
| "Justin M. Forbes" <jmforbes-AT-rpath.com> |
To: |
| update-announce-AT-lists.rpath.com |
Subject: |
| rPUA-2006-0113-1 epdb |
Date: |
| Fri, 23 Jun 2006 16:43:56 -0400 |
Cc: |
| lwn-AT-lwn.net |
rPath Update Advisory: 2006-0113-1
Published: 2006-06-23
Products: rPath Linux 1
Rating: Informational
Updated Versions:
epdb=/conary.rpath.com@rpl:devel//1/0.9.1-1-0.1
References:
http://issues.rpath.com/browse/EPDB-3
Description:
Epdb 0.9.1 is a maintenance release:
Changes:
o 'until now' works with filenames
o Breakpoints that take filenames will also now take sys.module
entries, e.g. foo.bar, if sys.modules['foo.bar'] exists.
o Readline history should be much more well behaved
o Multiline entries will be stored as one entry
o Input is set to /dev/tty as well as output if the current input
stream in not a terminal
o The new fail_silently_on_ioerror config value will allow you to
avoid raising an exception when a breakpoint is hit an no
terminal is available. Use with caution as it could allow you to
leave unintended breakpoints in your program.