Justin Bronder added the comment:
On 16/07/15 23:21 +, Vinay Sajip wrote:
>
> Vinay Sajip added the comment:
>
> I'm not sure I want to make a special case just to support what seems like a
> somewhat pathological use case (no offence intended).
>
> If you ne
Justin Bronder added the comment:
On 16/07/15 20:03 +, R. David Murray wrote:
>
> R. David Murray added the comment:
>
> Can you expand on the deadlock? Are you saying that the "extra" locking is
> causing the deadlock?
>
> --
> nosy: +r.da
New submission from Justin Bronder:
The Queue backing the QueueHandler is already sufficiently locking for
thread-safety.
This isn't a huge issue, but the QueueHandler is a very nice built-in which
could be used to work around a deadlock I've encountered several times. In
brief,
Justin Bronder added the comment:
> Éric Araujo added the comment:
>
> Excuse me if I was unclear: I wasn’t asking for program names but for a
> definition of “don’t support” or description of problematic behavior.
In headers with vimpager ^H is not rendered(?) correctly.
Justin Bronder added the comment:
On Thu, Feb 3, 2011 at 7:39 PM, Éric Araujo wrote:
..
> Justin: what exactly is a pager that does not support man pages?
vimpager is the one I'm using. For man pages there's vimmanpager.
--
___
P
Changes by Justin Bronder :
--
components: +Library (Lib)
versions: +Python 2.6
___
Python tracker
<http://bugs.python.org/issue9065>
___
___
Python-bugs-list m
New submission from Justin Bronder :
According to the tar spec [1], uname/gname should only be filled
when they have successfully been resolved from the uid/gid. The
tarfile module incorrectly defaults to root:root in this case.
A patch against svn trunk r82183 is included. All tarfile unit
New submission from Justin Bronder :
When adding hardlinks to an archive, tarfile does not set the size
of each additional link to zero as specified by the tar format [1].
In addition, the current test case hardlinks is also broken.
Instead of testing that the size of a hardlink to a non-empty
Justin Bronder added the comment:
I chose MANPAGER as the command line pydoc utility already clones some of the
man functionality, but I'm fine with PYDOCPAGER or anything else that allows me
to use pydoc without having to change PAGER
New submission from Justin Bronder :
Similar to man(1), pydoc should respect the environment variable MANPAGER over
PAGER. The current behavior causes issues when using a PAGER that does not
support man pages.
Patch based off of trunk, r80871
--
components: Library (Lib)
files
10 matches
Mail list logo