ANN: doctest-mode 0.4

2007-08-05 Thread Edward Loper
Announcing doctest-mode 0.4 ~~~ Webpage: http://www.cis.upenn.edu/~edloper/projects/doctestmode/ Walk-through: http://tinyurl.com/25bljc Subversion: https://python-mode.svn.sf.net/svnroot/python-mode/trunk/python-mode/ About doctest-mode

ANN: cssutils 0.9.2b3

2007-08-05 Thread Christof Hoeke
what is it -- A Python package to parse and build CSS Cascading Style Sheets. Partly implements the DOM Level 2 Style Stylesheets and CSS interfaces. An implementation of the WD CSS Module: Namespaces which has no official DOM yet is included from v0.9.1. changes since 0.9.2b2

Re: the one python book

2007-08-05 Thread [EMAIL PROTECTED]
On Aug 4, 8:23 am, dhr [EMAIL PROTECTED] wrote: newbie question: Is there a 'KR type of Python book? The book that you'd better have on your shelf if you are going into Python? I thought Python Essential Reference was helpfull but It doesn't work that well without another book to go with it..

Re: Tkinter or wxpython?

2007-08-05 Thread Raúl Gómez C.
Well, for a newbie I think the best choice is PythonCardhttp://pythoncard.sourceforge.net/, is a framework based on wxPython but much more simple, check it out! On 8/3/07, Glenn Hutchings [EMAIL PROTECTED] wrote: On Aug 3, 1:00 am, wang frank [EMAIL PROTECTED] wrote: I want to build a GUI to

Pyscripter

2007-08-05 Thread RichSaneSwindler
I think that pyscripter is the most promising Python IDE around and I am exciting about its possibilities. However, I find a few issues with it annoying enough that I don't use it. They seem easily fixed in which case I think it would be superior to most IDEs. I am wondering if any users out there

Re: Pyscripter

2007-08-05 Thread Stef Mientki
RichSaneSwindler wrote: I think that pyscripter is the most promising Python IDE around but for windows only ! and I am exciting about its possibilities. However, I find a few issues with it annoying enough that I don't use it. They seem easily fixed in which case I think it would be

Re: [pyconuk] pyweek is happening august 02 - august 09

2007-08-05 Thread John Pinner
Hello All, On 04/08/07, Laura Creighton [EMAIL PROTECTED] wrote: 00:00 UTC 2007-09-02 to 00:00 UTC 2007-09-09 exactly. See www.pyweek.org PyconUK is happening. http://www.pyconuk.org/ 8th and 9th September. This means that those of us who generally do not see each other but are going to

Re: Formatting Results so that They Can be Nicely Imported into a Spreadsheet.

2007-08-05 Thread SMERSH009
On Aug 4, 8:25 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Aug 4, 9:21?pm, Jim Langston [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Aug 4, 6:35?pm, SMERSH009 [EMAIL PROTECTED] wrote: Hi All. Let's say I have some badly formatted

Re: xlrd question

2007-08-05 Thread has
On Aug 4, 1:48 am, [EMAIL PROTECTED] wrote: I ran your code which gave me this: import sys, xlrd; print sys.version; print xlrd.__file__ 2.3.5 (#1, Jan 30 2006, 13:30:29) [GCC 3.3 20030304 (Apple Computer, Inc. build 1819)]

Re: Best way to capture output from an exec'ed (or such) script?

2007-08-05 Thread Gabriel Genellina
En Sat, 04 Aug 2007 18:52:16 -0300, [EMAIL PROTECTED] [EMAIL PROTECTED] escribió: On Aug 2, 7:32 pm, Gabriel Genellina [EMAIL PROTECTED] wrote: If your web server is multithreaded (or you use some other way to process many simultaneous requests) you have to be more careful - remember

Re: (no) fast boolean evaluation ? missing NOT

2007-08-05 Thread Gabriel Genellina
En Fri, 03 Aug 2007 11:56:07 -0300, Roel Schroeven [EMAIL PROTECTED] escribió: Paul Boddie schreef: On 3 Aug, 11:45, Stef Mientki [EMAIL PROTECTED] wrote: Sorry, my question missed the essential NOT, here is an example, that behaves different in Delphi, (so I guess Delphi is not a real

Best programs written completly in Python

2007-08-05 Thread Franz Steinh�usler
Hello NG, wWhat are the best programs in your opinion, written entirly in pyhton, divided into categories like: a) Games b) Utilities/System c) Office d) Web/Newsreader/Mail/Browser ... I don't want to start a long thread, if a site of such an discussion already exists, a link will be enough.

Re: File Handling TRY/EXCEPT

2007-08-05 Thread Gabriel Genellina
En Fri, 03 Aug 2007 10:38:17 -0300, Robert Rawlins - Think Blue [EMAIL PROTECTED] escribió: Thanks for your ideas guys, I'm unfortunately tied to 2.4 so don't have the full try except status, but I'm now working with the following code: def addApp(self, event):

Re: Submit web form only client-side with Python? COM?

2007-08-05 Thread Gabriel Genellina
En Sat, 04 Aug 2007 19:17:35 -0300, Jay Loden [EMAIL PROTECTED] escribió: Paul Rubin wrote: goldtech [EMAIL PROTECTED] writes: So I can present the user with an HTML form in it - but how can I write the form data to a local file on my work station? The simplest way is with the cgi and

A question on plugin design

2007-08-05 Thread Grzegorz Słodkowicz
I'm working on my little project (an IM client) which I wanted to support plugins. My idea was that the core program would by itself do virtually nothing but manage plugins and all functionality would be provided by the plugins themselves (including protocol handling and UI. My first attempt

Re: Best programs written completly in Python

2007-08-05 Thread O.R.Senthil Kumaran
* Franz Steinh?usler [EMAIL PROTECTED] [2007-08-05 12:14:38]: wWhat are the best programs in your opinion, written entirly in pyhton, divided into categories like: a) Games b) Utilities/System c) Office d) Web/Newsreader/Mail/Browser Its a difficult question to answer as the software are

Re: Best programs written completly in Python

2007-08-05 Thread BJörn Lindqvist
On 8/5/07, Franz Steinhäusler [EMAIL PROTECTED] wrote: Hello NG, wWhat are the best programs in your opinion, written entirly in pyhton, divided into categories like: a) Games b) Utilities/System c) Office d) Web/Newsreader/Mail/Browser For b; trac: http://trac.edgewall.org/ There

Re: Best programs written completly in Python

2007-08-05 Thread Campbell Barton
O.R.Senthil Kumaran wrote: * Franz Steinh?usler [EMAIL PROTECTED] [2007-08-05 12:14:38]: wWhat are the best programs in your opinion, written entirly in pyhton, divided into categories like: a) Games b) Utilities/System c) Office d) Web/Newsreader/Mail/Browser Its a difficult question

Re: Best programs written completly in Python

2007-08-05 Thread Franz Steinh�usler
On Sun, 05 Aug 2007 12:14:38 +0200, Franz Steinhäusler [EMAIL PROTECTED] wrote: Hello NG, wWhat are the best programs in your opinion, written entirly in pyhton, divided into categories like: Many thanks, The restriction, I want, is to comply the programs written in pygame, pygtk, wxPython,

Re: What is the functional way of doing this?

2007-08-05 Thread Arnau Sanchez
On Jul 30, 5:48 pm, beginner zyzhu2... at gmail.com wrote: def f(n): l=[] while n0: l.append(n%26) n /=26 return l I am wondering what is the 'functional' way to do the same. I see. It is interesting (and not surprisingly) that recursion or yield

Re: Best programs written completly in Python

2007-08-05 Thread David Boddie
On Sun Aug 5 14:44:55 CEST 2007, Franz Steinhäusler wrote: I'm only interested to have a list, or even help to extend an existing one. If the main criterion is that the programs are written in Python then surely the PythonInfo Wiki is the place for such a list:

Re: Comparing RFC1123 based Dates

2007-08-05 Thread Douglas Wells
In article [EMAIL PROTECTED], Phoe6 [EMAIL PROTECTED] writes: Phoe6 wrote: I would like to parse RFC 1123 date format and compare two dates. I find that datetime module does not specifically confirms to any RFC. Any suggestions as how I can handle the RFC 1123 date format using

Re: (no) fast boolean evaluation ?

2007-08-05 Thread Paddy
On Aug 4, 5:33 pm, Paddy [EMAIL PROTECTED] wrote: On Aug 4, 4:18 pm, Paddy [EMAIL PROTECTED] wrote: On Aug 2, 10:47 pm, Stef Mientki [EMAIL PROTECTED] wrote: hello, I discovered that boolean evaluation in Python is done fast (as soon as the condition is ok, the rest of the

Re: Comparing RFC1123 based Dates

2007-08-05 Thread Steve Holden
Phoe6 wrote: I would like to parse RFC 1123 date format and compare two dates. I find that datetime module does not specifically confirms to any RFC. Any suggestions as how I can handle the RFC 1123 date format using standard libraries before I go to re based parsing? I realise you want to

Re: the one python book

2007-08-05 Thread Thorsten Kampe
* dhr (Sat, 4 Aug 2007 16:23:49 +0300) Is there a 'KR type of Python book? The book that you'd better have on your shelf if you are going into Python? For Tutorials STFW but the one and only book is definitely Python in a Nutshell from Alex Python Martelli. Get the second edition. The other

Re: Best programs written completly in Python

2007-08-05 Thread Franz Steinh�usler
On Sun, 05 Aug 2007 15:35:53 +0200, David Boddie [EMAIL PROTECTED] wrote: On Sun Aug 5 14:44:55 CEST 2007, Franz Steinhäusler wrote: I'm only interested to have a list, or even help to extend an existing one. If the main criterion is that the programs are written in Python then surely the

RDF Library / Py 2.5

2007-08-05 Thread Justin Donato
Hello, Can I install the win32 binaries for the Redland RDF library if I have Python 2.5 installed? The latest .exe that I can find is for Python 2.4. HYPERLINK http://librdf.org/http://librdf.org/ (I’m new to Python and this list.) -Justin No virus found in this outgoing message.

Re: Best programs written completly in Python

2007-08-05 Thread Franz Steinh�usler
On Sun, 05 Aug 2007 21:31:23 +1000, Campbell Barton [EMAIL PROTECTED] wrote: O.R.Senthil Kumaran wrote: * Franz Steinh?usler [EMAIL PROTECTED] [2007-08-05 12:14:38]: wWhat are the best programs in your opinion, written entirly in pyhton, divided into categories like: a) Games b)

Re: A question on plugin design

2007-08-05 Thread John J. Lee
Grzegorz Słodkowicz [EMAIL PROTECTED] writes: [...] I'd also be grateful for pointers to a well designed Pythonic plugin architecture but I'd much prefer a small project with a simple API. Google for setuptools and Python eggs. Search for entry point on the setuptools page. John --

Re: the one python book

2007-08-05 Thread [EMAIL PROTECTED]
On Aug 4, 7:23 am, dhr [EMAIL PROTECTED] wrote: newbie question: Is there a 'KR type of Python book? The book that you'd better have on your shelf if you are going into Python? Personally, I have two paths for you to take. If you are a programmer already, then I would recommend that you buy

Re: Submit web form only client-side with Python? COM?

2007-08-05 Thread Jay Loden
Gabriel Genellina wrote: En Sat, 04 Aug 2007 19:17:35 -0300, Jay Loden [EMAIL PROTECTED] escribió: Paul Rubin wrote: goldtech [EMAIL PROTECTED] writes: So I can present the user with an HTML form in it - but how can I write the form data to a local file on my work station? The simplest

Re: Best way to capture output from an exec'ed (or such) script?

2007-08-05 Thread [EMAIL PROTECTED]
On Aug 5, 5:50 am, Gabriel Genellina [EMAIL PROTECTED] wrote: En Sat, 04 Aug 2007 18:52:16 -0300, [EMAIL PROTECTED] [EMAIL PROTECTED] escribió: On Aug 2, 7:32 pm, Gabriel Genellina [EMAIL PROTECTED] wrote: If your web server is multithreaded (or you use some other way to process many

Semantics of thread.error

2007-08-05 Thread Paul Miller
In the language documentation, all that is said about thread.error is that it's raised on thread-specific errors. Is there anywhere a list of conditions which will cause thread.error to be raised? (I mean, other than the thread library C source, of course.) Thanks! Paul --

Re: the one python book

2007-08-05 Thread vasudevram
On Aug 4, 7:23 am, dhr [EMAIL PROTECTED] wrote: newbie question: Is there a 'KR type of Python book? The book that you'd better have on your shelf if you are going into Python? Python in a Nutshell, the Python Cookbook and Programming Python are all very good, IMO. Programming Python

Re: Best programs written completly in Python

2007-08-05 Thread Evan Klitzke
On 8/5/07, Franz Steinhäusler [EMAIL PROTECTED] wrote: Hello NG, wWhat are the best programs in your opinion, written entirly in pyhton, divided into categories like: a) Games b) Utilities/System c) Office d) Web/Newsreader/Mail/Browser I might be a little biased, but surely Yelp.com is

PyQt v4.3 (Python Bindings for Qt) Released

2007-08-05 Thread Phil Thompson
Riverbank Computing is pleased to announce the release of PyQt v4.3 available from http://www.riverbankcomputing.co.uk/pyqt/. The highlights of this release include: - Full support for Qt v4.3.0. - Partial functions can be used as slots. - Many Qt classes now support the standard Python pickle

Re: Formatting Results so that They Can be Nicely Imported into a Spreadsheet.

2007-08-05 Thread [EMAIL PROTECTED]
On Aug 5, 4:06?am, SMERSH009 [EMAIL PROTECTED] wrote: On Aug 4, 8:25 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Aug 4, 9:21?pm, Jim Langston [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Aug 4, 6:35?pm, SMERSH009 [EMAIL PROTECTED]

Re: Semantics of thread.error

2007-08-05 Thread Martin v. Löwis
Paul Miller schrieb: In the language documentation, all that is said about thread.error is that it's raised on thread-specific errors. Is there anywhere a list of conditions which will cause thread.error to be raised? I don't think so. However, it is fairly easy to extract such a list from

Misleading wikipedia article on Python 3?

2007-08-05 Thread John J. Lee
I'm surprised to read this: http://en.wikipedia.org/wiki/Python_3 Note that while there is no explicit requirement that code be able to run unmodified in both versions, in practice it is quite likely for most code. As of January 2007, it looks like most reasonable code should run quite well

Re: Misleading wikipedia article on Python 3?

2007-08-05 Thread Martin v. Löwis
I'm surprised to read this: http://en.wikipedia.org/wiki/Python_3 Note that while there is no explicit requirement that code be able to run unmodified in both versions, in practice it is quite likely for most code. As of January 2007, it looks like most reasonable code should run quite

Re: Buffering HTML as HTMLParser reads it?

2007-08-05 Thread chrispwd
On Aug 1, 4:08 pm, Paul McGuire [EMAIL PROTECTED] wrote: On Aug 1, 1:31 pm, [EMAIL PROTECTED] wrote: snip I'm thinking maybe somehow haveHTMLParserappend each character it reads except for data inside tags in some kind of buffer? This way I can have the HTML contents read into a buffer,

Re: the one python book

2007-08-05 Thread Silfheed
On Aug 4, 6:23 am, dhr [EMAIL PROTECTED] wrote: Assuming that you already know that a ton of great stuff is on the web, I'd also recommend 'Programming Python' and 'Python Cookbook'. 'The Python Book' would have to be the Python book ('Programming Python', cuz it has a python on the cover and

Re: Best programs written completly in Python

2007-08-05 Thread markacy
On 5 Sie, 12:14, Franz Steinhäusler [EMAIL PROTECTED] wrote: Hello NG, wWhat are the best programs in your opinion, written entirly in pyhton, divided into categories like: a) Games b) Utilities/System c) Office d) Web/Newsreader/Mail/Browser ... I don't want to start a long thread, if

Re: Formatting Results so that They Can be Nicely Imported into a Spreadsheet.

2007-08-05 Thread Ricardo Aráoz
[EMAIL PROTECTED] wrote: In a message dated 8/4/2007 11:50:05 PM Central Daylight Time, [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: On Aug 4, 6:35?pm, SMERSH009 [EMAIL PROTECTED] wrote: Hi All. Let's say I have some badly formatted text called doc:

Re: xlrd question

2007-08-05 Thread jay
Hi Has, 2.3.5 (#1, Jan 30 2006, 13:30:29) [GCC 3.3 20030304 (Apple Computer, Inc. build 1819)] /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/site -packages/ xlrd/__init__.pyc Note that: /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ python2.3/

smtplib, gmail, quit vs. close and SSL3_GET_RECORD:wrong version number

2007-08-05 Thread Roger
I am having a problem sending email through smtp.gmail.com using smtplib. Everything works and the mail is sent and received, except quit. The following shows the problem (without bothering to login or do the sendmail): import smtplib server = smtplib.SMTP('smtp.gmail.com',25)

Re: Misleading wikipedia article on Python 3?

2007-08-05 Thread John J. Lee
Martin v. Löwis [EMAIL PROTECTED] writes: I'm surprised to read this: http://en.wikipedia.org/wiki/Python_3 Note that while there is no explicit requirement that code be able to run unmodified in both versions, in practice it is quite likely for most code. As of January 2007, it looks

Re: Best programs written completly in Python

2007-08-05 Thread Franz Steinh�usler
On Sun, 05 Aug 2007 11:26:13 -0700, markacy [EMAIL PROTECTED] wrote: On 5 Sie, 12:14, Franz Steinhäusler [EMAIL PROTECTED] wrote: Hello NG, wWhat are the best programs in your opinion, written entirly in pyhton, divided into categories like: a) Games b) Utilities/System c) Office d)

Re: A question on plugin design

2007-08-05 Thread John J. Lee
[EMAIL PROTECTED] (John J. Lee) writes: Grzegorz Słodkowicz [EMAIL PROTECTED] writes: [...] I'd also be grateful for pointers to a well designed Pythonic plugin architecture but I'd much prefer a small project with a simple API. Google for setuptools and Python eggs. Search for entry point

Re: Google message munging (was: Live editing...)

2007-08-05 Thread [EMAIL PROTECTED]
What the blazes is Google doing with messages that such a high proportion of them come through in this painful-to-read double-wrapped format? I'm referring to the fact that the lines appear to have been wrapped at one length, and then each line broken again into a long and a short line. I

Re: Misleading wikipedia article on Python 3?

2007-08-05 Thread Martin v. Löwis
I think you misunderstood. It's not a design goal that code works without modifications, yet most reasonable code will even without that being an explicit goal. I think the design goals have been fairly clear. What hasn't been clear (to me, at least) is the practical question of the

Re: Google message munging (was: Live editing...)

2007-08-05 Thread [EMAIL PROTECTED]
On Jul 31, 10:38?pm, Paul Rubin http://[EMAIL PROTECTED] wrote: Ben Finney [EMAIL PROTECTED] writes: [... more lines of broken line wrapping...] What the blazes is Google doing with messages that such a high proportion of them come through in this painful-to-read double-wrapped format?

Question about pychecker and pylint

2007-08-05 Thread KLEIN Stephane
Hi, I wonder if pychecker projet is dead ? On pychecker home page (http://pychecker.sourceforge.net/), last version date from February 3, 2006 and their mailist contain spam messages only. Other tools like pychecker is pylint at (http://www.logilab.org/project/eid/857). This is a great tools

Re: Formatting Results so that They Can be Nicely Imported into a Spreadsheet.

2007-08-05 Thread Alex Martelli
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ... Even with the if i included, we end up with an empty list at the start. This because the first blank line wasn't blank, it was a space, so it passes the if i test. ...and you can fix that by changing the test to [... if i.split()]. Alex --

Re: Efficient Rank Ordering of Nested Lists

2007-08-05 Thread [EMAIL PROTECTED]
On Aug 4, 7:29 pm, [EMAIL PROTECTED] (Alex Martelli) wrote: Cousin Stanley [EMAIL PROTECTED] wrote: ... for i , item in reversed( enumerate( sorted( single_list ) ) ) : ... TypeError: argument to reversed() must be a sequence Oops, right. Well then, aux_seq =

Re: Misleading wikipedia article on Python 3?

2007-08-05 Thread John J. Lee
Martin v. Löwis [EMAIL PROTECTED] writes: [... snip stuff I don't follow ...] However, it *is* a design goal to make 2.6 so that transition to 3k becomes simpler. That's not a 3k feature, but a 2.6 one. Not sure I care about this sort of thing for the purpses of my question. I just wanted to

Re: MIMEText breaking the rules?

2007-08-05 Thread Dale Strickland-Clark
Tim Roberts wrote: Dale Strickland-Clark [EMAIL PROTECTED] wrote: The email module's mimetext handling isn't what you might expect from something that appears to behave like a dictionary. ... Having apparently REPLACED my recipient, what I've ended up with is both of them. This behavior is

Re: Relative-importing *

2007-08-05 Thread rbysamppi
On Aug 4, 7:10 am, Ben Finney [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: Yes, I'mimporting* for a reason, a good one, I think. Reading your description, I must say I don't see a good reason. I have a set of modules (the number planned to reach about 400) that would be dynamically

Re: Tkinter or wxpython?

2007-08-05 Thread Jerry McBride
wang frank wrote: Hi, I want to build a GUI to execut python script. I found TKinter and wxpython. Which one is easier for a newbie? and which one is better? Tkiner is much easier to work with, but doesn't have the fine controls that wx offers... -- Jerry McBride --

Re: Pyscripter

2007-08-05 Thread RichSaneSwindler
On Aug 5, 4:45 am, Stef Mientki [EMAIL PROTECTED] wrote: RichSaneSwindler wrote: I think that pyscripter is the most promising Python IDE around but for windows only ! and I am exciting about its possibilities. However, I find a few issues with it annoying enough that I don't use it.

ANN: ChiPy August Meeting Topic Snakes On Apples

2007-08-05 Thread Brian Ray
ChiPy the Chipmunk** invites you to attend August's Chicago Python User Group meeting. ChiPy says, This will be the best meet ever! When Thursday August 9th 2007 7:00PM Cost Free Topics -- Snakes on Apples http://chipy.org/SnakesOnApples Developing Python on the Mac. All

(Re)announcing APL 2007

2007-08-05 Thread Mike Kent
APL 2007 conference on Array Programming co-located with OOPSLA 2007 Sponsor: ACM SIGAPL Where:Montreal When: October 21 (tutorials) October 22/23 (main conference program) Keynote Guy Steele speaker:

Re: Misleading wikipedia article on Python 3?

2007-08-05 Thread Martin v. Löwis
John J. Lee schrieb: Martin v. Löwis [EMAIL PROTECTED] writes: [... snip stuff I don't follow ...] However, it *is* a design goal to make 2.6 so that transition to 3k becomes simpler. That's not a 3k feature, but a 2.6 one. Not sure I care about this sort of thing for the purpses of my

Setting default output encoding

2007-08-05 Thread Torsten Bronger
Hallöchen! I start a python script with subprocess from another Python script with python = subprocess.Popen([python, myscript.py], stdout=subprocess.PIPE, stderr=subprocess.PIPE) However, this child script has sys.stdout.encoding set to None, which means that

[ python-Bugs-1759845 ] subprocess.call fails with unicode strings in command line

2007-08-05 Thread SourceForge.net
Bugs item #1759845, was opened at 2007-07-25 04:24 Message generated for change (Comment added) made by brotch You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1759845group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1767933 ] Badly formed XML using etree and utf-16

2007-08-05 Thread SourceForge.net
Bugs item #1767933, was opened at 2007-08-05 18:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1767933group_id=5470 Please note that this message will contain a full copy of

[ python-Bugs-1767933 ] Badly formed XML using etree and utf-16

2007-08-05 Thread SourceForge.net
Bugs item #1767933, was opened at 2007-08-05 18:01 Message generated for change (Settings changed) made by bugok You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1767933group_id=5470 Please note that this message will contain a full copy of the comment

[ python-Bugs-1768121 ] Byte code WITH_CLEANUP missing, MAKE_CLOSURE wrong

2007-08-05 Thread SourceForge.net
Bugs item #1768121, was opened at 2007-08-05 22:14 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=105470aid=1768121group_id=5470 Please note that this message will contain a full copy of