[issue21261] Teach IDLE to Autocomplete dictionary keys

2014-06-20 Thread Eduardo Seabra

Eduardo Seabra added the comment:

I've added three lines to cls.code to test_hyperparser. So I can test for 
subscripts with double quotes, single quotes and with no strings at all.

Should I implement try_open_completions_event for COMPLETE_DICTIONARY? Calling 
this event everytime someone types a string seemed a bit expensive in my 
opinion.

I'm attaching the new patch.

As fas as the signed contributor, I've already signed last week but still 
waiting.

--
Added file: http://bugs.python.org/file35709/issue21261.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21261
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21261] Teach IDLE to Autocomplete dictionary keys

2014-06-19 Thread Eduardo Seabra

Eduardo Seabra added the comment:

From the example, I couldn't know if the patch should also autocomplete int 
and other types. So here's a patch that autocompletes string dictionary keys.
I'm new contributing so let me know if I made anything wrong and I'll fix as 
soon as possible.

--
keywords: +patch
nosy: +Eduardo.Seabra
Added file: http://bugs.python.org/file35700/issue21261.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21261
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21697] shutil.copytree() handles symbolic directory incorrectly

2014-06-16 Thread Eduardo Seabra

Eduardo Seabra added the comment:

Berker Peksag, I don't think your patch is okay.
When symlinks is set to true, it should copy the symbolic link of the 
directory. Your code is calling copytree instead.
I think the following patch is working, no errors on regression tests.

--
nosy: +Eduardo.Seabra
Added file: http://bugs.python.org/file35660/issue21697.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21697
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21579] Python 3.4: tempfile.close attribute does not work

2014-06-16 Thread Eduardo Seabra

Eduardo Seabra added the comment:

I've attached a patch with @mmarkk proposal.

--
keywords: +patch
nosy: +Eduardo.Seabra
Added file: http://bugs.python.org/file35662/issue21579.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21579
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18728] Increased test coverage for filecmp.py

2013-11-23 Thread Eduardo Seabra

Eduardo Seabra added the comment:

I've also increased the test coverage of filecmp.py. Don't know if I should 
merge my patch with Alex.Volkov's patch. I'm uploading it as a separate patch.

--
nosy: +Eduardo.Seabra
Added file: http://bugs.python.org/file32801/test_filecmp.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18728
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com