python-2.5
Subclassing int in Python
I\'m interested in subclassing the built-in int type in Python (I\'m using v. 2.5), but having some trouble getting the initialization working.[详细]
2023-01-07 04:17 分类:问答header filtering using python
i want to filter some headers in a wiresharkcapture (converted to开发者_运维百科 text format) so i can analyse these set of headers.i need a python script to do this. any help would be appreciatedYou[详细]
2023-01-06 05:32 分类:问答Python - Code snippet not working on Python 2.5.6, using IDLE
I am using a piece of self-modifying code for a college project. Here it 开发者_如何学编程is: import datetime[详细]
2023-01-01 18:51 分类:问答Does urllib or urllib2 in Python 2.5 support https?
Thanks for the help in advance. I am puzzled that the same code works for python 2.6 but not 2.5.Here is the code[详细]
2022-12-31 05:36 分类:问答How to write full chat server / client using python 2.5 [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help开发者[详细]
2022-12-30 00:19 分类:问答Until when will Python 2.5 be supported?
Apparently Python only supports 2 minor versions (like 2.X), so that would mean Python 2.5 would get phased out when Python 2.7 comes out (in June 2010?)[详细]
2022-12-28 17:26 分类:问答Asynchronous database update in Django?
I have a big form on my site. When the users fill it out and submit it, most of the data just gets dumped to the database, and then they get redirected to a new page. However, I\'d also like to use th[详细]
2022-12-26 18:03 分类:问答convert string of millisecond into datetime in python
I am a newbie in Python. I want to subtract interval time from my log file, but the problem is I cannot convert millisecond string of log file into datetime fo开发者_运维知识库rmat. For example, I hav[详细]
2022-12-24 10:33 分类:问答How can I use json module in google app engine? [duplicate]
This question already has answers here: 开发者_开发技巧 Closed 11 years ago. Possible Duplicate: How can I parse JSON in Google App Engine?[详细]
2022-12-24 05:46 分类:问答Python win32crypt.CryptProtectData difference between 2.5 and 3.1?
I\'m trying to hash a password to dump into a .rdp file. I found a site that (more or less) shows how to do that here but it doesn\'t work in 3.1.[详细]
2022-12-22 06:44 分类:问答