Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77561 > unrolled thread
| Started by | Ned Batchelder <ned@nedbatchelder.com> |
|---|---|
| First post | 2014-09-04 16:52 -0400 |
| Last post | 2014-09-04 18:39 -0700 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: bicyclerepairman python24 windows idle :( Ned Batchelder <ned@nedbatchelder.com> - 2014-09-04 16:52 -0400
Re: bicyclerepairman python24 windows idle :( John Ladasky <john_ladasky@sbcglobal.net> - 2014-09-04 14:57 -0700
Re: bicyclerepairman python24 windows idle :( Rustom Mody <rustompmody@gmail.com> - 2014-09-04 18:39 -0700
| From | Ned Batchelder <ned@nedbatchelder.com> |
|---|---|
| Date | 2014-09-04 16:52 -0400 |
| Subject | Re: bicyclerepairman python24 windows idle :( |
| Message-ID | <mailman.13775.1409863943.18130.python-list@python.org> |
On 9/4/14 1:51 PM, Stewart Graff (Visual Concepts) wrote: > Lines 304 – 318 contain non-ascii characters. > > You need to rewrite all of the leading whitespace for the function > > def confirm_buffer_is_saved(self, editwin): > > Make sure you also replace the “&nbs p; “ with spaces on line 313. > > > This seems like enough of a non-sequitur that I wonder if you posted it in the wrong place? -- Ned Batchelder, http://nedbatchelder.com
[toc] | [next] | [standalone]
| From | John Ladasky <john_ladasky@sbcglobal.net> |
|---|---|
| Date | 2014-09-04 14:57 -0700 |
| Message-ID | <193c3544-26f7-4aa7-a570-d9b3afd0e4a9@googlegroups.com> |
| In reply to | #77561 |
On Thursday, September 4, 2014 1:52:37 PM UTC-7, Ned Batchelder wrote: > This seems like enough of a non-sequitur that I wonder if you posted it > in the wrong place? Maybe someone is trying out a new chatbot program?
[toc] | [prev] | [next] | [standalone]
| From | Rustom Mody <rustompmody@gmail.com> |
|---|---|
| Date | 2014-09-04 18:39 -0700 |
| Message-ID | <3ec4118f-b537-4119-91b3-19e1e02b4cda@googlegroups.com> |
| In reply to | #77561 |
On Friday, September 5, 2014 2:22:37 AM UTC+5:30, Ned Batchelder wrote: > On 9/4/14 1:51 PM, Stewart Graff (Visual Concepts) wrote: > > Lines 304 - 318 contain non-ascii characters. > > You need to rewrite all of the leading whitespace for the function > > def confirm_buffer_is_saved(self, editwin): > > Make sure you also replace the "&nbs p; " with spaces on line 313. > This seems like enough of a non-sequitur that I wonder if you posted it > in the wrong place? Bicycle repair man is a refactoring plugin for python http://bicyclerepair.sourceforge.net/ Last I knew it hadnt worked for some years though I see an update in 2013 Its closest successor is rope I guess. If you want this though, pydev (eclipse) is probably more appropriate today
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web