[issue26175] Fully implement IOBase abstract on SpooledTemporaryFile

2021-11-14 Thread Carey
Change by Carey : -- nosy: +pR0Ps nosy_count: 6.0 -> 7.0 pull_requests: +27808 pull_request: https://github.com/python/cpython/pull/29560 ___ Python tracker <https://bugs.python.org/issu

Re: Modify Setup

2017-02-06 Thread Bryan Carey
ue? On Sat, Feb 4, 2017 at 3:25 PM, Bryan Carey <bcare...@odu.edu> wrote: > Good evening! I just installed both python 3.4 & the PyCharm IDE this > evening. While trying to run a simple "Hello World" program, I keep getting > "Modify Setup" pop up windows. I

Re: Which coding style is better? public API or private method inside class definition

2011-01-06 Thread Carey Tilden
to be faster. I would be curious to hear of a Python application where such a small speed difference mattered even a little bit. Looks to me like a pretty meaningless difference. Carey -- http://mail.python.org/mailman/listinfo/python-list

Re: Fastest technique for string concatenation

2010-10-02 Thread Carey Tilden
bottleneck?  I would be surprised, but it's always possible.  If not, I'd suggest you choose the technique that is most clear and concise, and worry about performance only if it becomes a real issue. Carey -- http://mail.python.org/mailman/listinfo/python-list

Re: Pop return from stack?

2010-08-16 Thread Carey Tilden
On Mon, Aug 16, 2010 at 4:18 AM, Steven D'Aprano st...@remove-this-cybersource.com.au wrote: On Sun, 15 Aug 2010 21:01:04 -0700, Carey Tilden wrote: On Sun, Aug 15, 2010 at 6:43 PM, bvdp b...@mellowood.ca wrote: Not to belabor the point .. but func is not a standard lib module. It's part

Re: Pop return from stack?

2010-08-15 Thread Carey Tilden
. It makes it really easy to change your mind later about what to do with errors. It also lets you unify handling of your own errors with errors generated by 3rd party code. Carey -- http://mail.python.org/mailman/listinfo/python-list

Re: inline exception handling in python

2010-08-12 Thread Carey Tilden
that had performance negatively impacted by function call overhead. Sure, it's easy to measure in micro benchmarks, but what about profiling a real application? Carey -- http://mail.python.org/mailman/listinfo/python-list

Re: Need mentor

2010-08-09 Thread Carey Tilden
On Sun, Aug 8, 2010 at 11:31 PM, Ranjith Kumar ranjitht...@gmail.com wrote: I have described the theme of my project here, It appears all you did was describe your project. Did you ask a question or seek any specific guidance? Did I miss something? Carey -- http://mail.python.org/mailman

Re: easy question on parsing python: is not None

2010-08-05 Thread Carey Tilden
: ''|''|'=='|'='|'='|''|'!='|'in'|'not' 'in'|'is'|'is' 'not' Cheers, Carey [1] http://docs.python.org/reference/grammar.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Why is python not written in C++ ?

2010-08-02 Thread Carey Tilden
On Mon, Aug 2, 2010 at 3:18 PM, sturlamolden sturlamol...@yahoo.no wrote: Perl is written in C++. That is not enough to make me want to use it ;) I realize this was meant to be funny, but it's not true, and detracts from the point you were trying to make. Maybe skip the pointless jabs at Perl

Re: Ascii to Unicode.

2010-07-29 Thread Carey Tilden
itself is thus known to be in that encoding. Carey -- http://mail.python.org/mailman/listinfo/python-list

Re: indexing lists/arrays question

2010-05-13 Thread Carey Tilden
, but you haven't said one way or another. Carey -- http://mail.python.org/mailman/listinfo/python-list

[issue7206] 64 bit python fails on Windows 7

2009-11-04 Thread Carey
Carey carey.metca...@gmail.com added the comment: yes, please do -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7206 ___ ___ Python-bugs-list

[issue7206] 64 bit python fails on Windows 7

2009-11-02 Thread Carey
Carey carey.metca...@gmail.com added the comment: I am having the exact same problem with both the AMD64 and 32 bit installs. The python shell just will not open. For now I am running it in the virtual XP machine but it is extremely slow and a fix would be very helpful. I have tried uninstalling

[issue7206] 64 bit python fails on Windows 7

2009-11-02 Thread Carey
Carey carey.metca...@gmail.com added the comment: i don't know how to do that. Is there an integrated debugger within Windows 7? My program just doesn't open, it doesn't display any error messages at all. -- ___ Python tracker rep...@bugs.python.org