[issue6818] remove/delete method for zipfile/tarfile objects

2011-03-07 Thread Yuv Gre
Yuv Gre ubershme...@gmail.com added the comment: What's the status with this patch? If nobody's looking at it I can try to see if it works and write the test and documentation for it. -- nosy: +ubershmekel versions: +Python 3.3 -Python 3.1

[issue9136] RuntimeError when profiling Decimal

2010-07-01 Thread Yuv Gre
Yuv Gre ubershme...@gmail.com added the comment: Now that we're on the subject of from_float, I just recalled this slight issue: Python 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit (Intel)] on win32 Type help, copyright, credits or license for more information. import decimal

[issue9136] RuntimeError when profiling Decimal

2010-06-30 Thread Yuv Gre
New submission from Yuv Gre ubershme...@gmail.com: I'm using Python 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit (Intel)] on win32. Running the following code: import profile import math import decimal def show_bug(): x

[issue8234] Spelling and text in howto/webservers

2010-03-25 Thread Yuv Gre
New submission from Yuv Gre ubershme...@gmail.com: A spelling mistake (recommentation) and a bit rephrasing for clarity. I think better can be done, but more text would have to be moved around. -- assignee: georg.brandl components: Documentation files: webservers_spelling.patch

[issue7363] Inconsistent indentation in SocketServer docs

2009-11-20 Thread Yuv Gre
Changes by Yuv Gre ubershme...@gmail.com: -- title: Inconsisten Indentation In SocketServer Docs - Inconsistent indentation in SocketServer docs ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7363

[issue7363] Inconsisten Indentation In SocketServer Docs

2009-11-19 Thread Yuv Gre
New submission from Yuv Gre ubershme...@gmail.com: A bit nitpicky but there are 3 spaces instead of 4 in the docs. This is relevant to py3k and trunk. http://docs.python.org/library/socketserver.html#socketserver-udpserver- example -- assignee: georg.brandl components: Documentation

[issue6905] inspect.getargspec(print) fails

2009-09-16 Thread Yuv Gre
Yuv Gre ubershme...@gmail.com added the comment: You're right, I was confused by the statement arg is not a Python function. I didn't realize 'arg' meant the function I passed to getargspec, I thought it was just strange. After digging a bit into inspect.py, may I suggest line 814 be changed

[issue6905] inspect.getargspec(print) fails

2009-09-13 Thread Yuv Gre
New submission from Yuv Gre ubershme...@gmail.com: import inspect inspect.getargspec(print) Traceback (most recent call last): File stdin, line 1, in module File F:\Python31\lib\inspect.py, line 787, in getargspec getfullargspec(func) File F:\Python31\lib\inspect.py, line 814

[issue6783] Add a builtin method to 'int' for base/radix conversion

2009-08-27 Thread Yuv Gre
Yuv Gre ubershme...@gmail.com added the comment: Use case - 'hashing' a counter for example like video ID's in youtube. One could use a regular int internally and publish a shorter 62-base id for links. Guido said on http://mail.python.org/pipermail/python-dev/2006- January/059923.html I

[issue6783] Add a builtin method to 'int' for base/radix conversion

2009-08-25 Thread Yuv Gre
New submission from Yuv Gre ubershme...@gmail.com: In javascript and java each number has a toString method which allows for easy string representation in different bases. If the function int(x[, base]) exists as a builtin, the inverse should at least be somewhere in the standard library

Re: Need some help here

2006-09-20 Thread gre
di wrote: Kareem840 [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello. Unfortunately, I am in need of money to pay my credit card bills. If you could spare just $1, I would be grateful. I have a Paypal account. [EMAIL PROTECTED] I swear this will go to my card balances. Thank