Justin Foo added the comment:
Thanks for analysing further, Terry. My original goal was a drop-in replacement
for an aspect of IDLE I found quite annoying (on Windows).
Unfortunately, my limited playing with tkinter didn't inspire me to go beyond
Justin Foo added the comment:
Is #24781 likely to make it into Python 3.6? Otherwise, would this patch be of
any benefit in the meantime?
--
___
Python tracker
<http://bugs.python.org/issue27
Justin Foo added the comment:
I wasn't sure if the ongoing work in #24781 essentially rendered my patch
obsolete, so I keenly await Mark's response.
Upon reflection, I think my patch is a cheap win even if it's later overhauled
by other improvements.
--
status:
Justin Foo added the comment:
Ah, I've noticed the folly of my ways. This sort of stuff is already being
managed with patches filed under various other issues. It just wasn't obvious
to me as I wasn't seeing many new improvements in the default branch or much
communicat
Justin Foo added the comment:
This is no longer a problem for me and I can't reproduce why it was even a
problem in the first place.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org
Justin Foo added the comment:
I thought about that, but:
1. compresslevel=None might make look like no compression was being done at all
2. The current default is not 9 for all backends
--
___
Python tracker
<http://bugs.python.org/issue21
Justin Foo added the comment:
Would compresslevel be a suitable argument? All the backend compressors accept
values from 1 to 9 if I'm not mistaken.
--
nosy: +jfoo
___
Python tracker
<http://bugs.python.org/is
Changes by Justin Foo :
--
keywords: +patch
Added file: http://bugs.python.org/file44097/issue27755.patch
___
Python tracker
<http://bugs.python.org/issue27
New submission from Justin Foo:
One aspect of the IDLE interface that looks extremely old is the the dropdown
menu. In the patch, I think I've preserved whatever essential functionality
DynOptionMenu used to have, but I'm relatively unfamiliar with Tk so I'm not
sure.
Justin Foo added the comment:
The failing tests were:
* test_complex_symlinks_absolute
* test_complex_symlinks_relative
* test_complex_symlinks_relative_dot_dot
for both PathTest and WindowsPathTest, via inheritance from the _BasePathTest
class
Justin Foo added the comment:
The _check_complex_symlinks function compares stringified paths for string
equality instead of using the assertSame helper method. Patch attached.
--
keywords: +patch
Added file: http://bugs.python.org/file36609/issue22395.patch
New submission from Justin Foo:
The _check_complex_symlinks function compares paths for string equality instead
of using the assertSame helper function. Patch attached.
--
components: Tests
messages: 226828
nosy: jfoo
priority: normal
severity: normal
status: open
title: test_pathlib
Justin Foo added the comment:
I think getting this bug fixed would be really nice from a user experience
point of view.
I've further into this for my own setup, which is Python 3.3 64-bit, Visual C++
Express 2010 and the Windows SDK v7.1 (plus service packs), which is probably a
ty
New submission from Justin Foo:
The default access for winreg.DeleteKeyEx is winreg.KEY_WOW64_64KEY (as per the
function signature). This the documentation for Python 2.7 has this correct.
Reference: http://hg.python.org/cpython/file/2e32462e4832/PC/winreg.c#l1089
--
assignee: docs
Justin Foo added the comment:
The speedups extension for MarkupSafe (which has a pure Python fallback) on
Python 3.3.3 64-bit was happily compiled with `pip install markupsafe` after
applying Steve's patch and Li Wah's definition for KEY_BASE.
--
n
15 matches
Mail list logo