[issue15786] IDLE code completion window does not scoll/select with mouse

2012-08-26 Thread Colin Su

Colin Su added the comment:

On which platform?

--
nosy: +littleq0903

___
Python tracker 
<http://bugs.python.org/issue15786>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-27 Thread Colin Su

Changes by Colin Su :


--
nosy: +littleq0903

___
Python tracker 
<http://bugs.python.org/issue15716>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-27 Thread Colin Su

Colin Su added the comment:

Could anyone provide some properly command line usage for this issue?

ex. python -P "path_1:path_2:path_3"

I think this point need to be discussed :D

--

___
Python tracker 
<http://bugs.python.org/issue15716>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-27 Thread Colin Su

Colin Su added the comment:

s/properly/proper (typo)

--

___
Python tracker 
<http://bugs.python.org/issue15716>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15716] Ability to specify the PYTHONPATH via a command line flag

2012-08-27 Thread Colin Su

Colin Su added the comment:

started working on it :)

--

___
Python tracker 
<http://bugs.python.org/issue15716>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3840] if TESTFN == "/tmp/@test", some tests fail

2013-03-17 Thread Colin Su

Colin Su added the comment:

TESTFN will be in format "@test_{pid}_tmp" instead of "@test" right now.

So it's not easy to have exactly the same name "@test_{pid}_tmp" in case if you 
put "@test_{X}_tmp" (for X in range(1,10)) so many files into the top 
folder.

does it need to keep open anymore?

--
nosy: +littleq0903

___
Python tracker 
<http://bugs.python.org/issue3840>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1525919] email package quoted printable behaviour changed

2013-03-19 Thread Colin Su

Changes by Colin Su :


--
versions: +Python 2.7, Python 3.2, Python 3.3, Python 3.4 -Python 2.4

___
Python tracker 
<http://bugs.python.org/issue1525919>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1525919] email package quoted printable behaviour changed

2013-03-19 Thread Colin Su

Colin Su added the comment:

Confirmed with David, we work on this together on sprints.

This is not a bug, if you do "set_payload" directly by yourself, you need to 
encode the payload by yourself because set_payload() doesn't encode payload if 
'Content-Transfer-Encoding' did exist.

--
nosy: +littleq0903

___
Python tracker 
<http://bugs.python.org/issue1525919>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1525919] email package quoted printable behaviour changed

2013-03-19 Thread Colin Su

Changes by Colin Su :


--
assignee:  -> docs@python
components: +Documentation -Library (Lib), email
nosy: +docs@python

___
Python tracker 
<http://bugs.python.org/issue1525919>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com