[issue13501] Make libedit support more generic; port readline / libedit to FreeBSD

2019-04-01 Thread Robert Marshall
Robert Marshall added the comment: The pull request is now ready for a review. Apologies for the delay - took me a bit longer to circle back on this than I would have liked. -- ___ Python tracker <https://bugs.python.org/issue13

[issue13501] Make libedit support more generic; port readline / libedit to FreeBSD

2019-02-27 Thread Robert Marshall
Robert Marshall added the comment: I have rebased this to recent master hash 53b9e1a1c1 and submitted a pull request. It built in my CI environment, so seems to be OK as far as compiling. I'll run the test suite against it later this evening when I have time to stand up a quick build

Re: Python for IPSA (Power flow analysis)

2013-05-28 Thread Robert Marshall
On Tue, May 28 2013, Debbie dia.sus...@gmail.com wrote: Hi there, I am new to Python, and wondering if you could help me with python based coding for the IPSA (Power system analysis software). I have a electrical distribution network with generators, buses and loads, on which I am performing

Re: OT: Text editors

2012-07-29 Thread Robert Marshall
On Sun, 29 Jul 2012, python.l...@tim.thechases.com wrote: On 07/29/12 05:28, Mark Lawrence wrote: On 29/07/2012 06:08, Ben Finney wrote: Tim Chase python.l...@tim.thechases.com writes: Learn one of Emacs or Vim well, and you won't need to worry about text editors again. Point taken, snag

Re: your favorite debugging tool?

2009-08-25 Thread Robert Marshall
On 24 Aug 2009, Paul Rubin wrote: Esmail ebo...@hotmail.com writes: What is your favorite tool to help you debug your code? I've been getting along with 'print' statements but that is getting old and somewhat cumbersome. Beyond print statements, I use pdb a lot. Winpdb (www.winpdb.org) is

Re: Gmane's been quiet ...

2007-08-29 Thread Robert Marshall
On Wed, 29 Aug 2007, Steve Holden wrote: Lawrence Oluyede wrote: Grant Edwards [EMAIL PROTECTED] wrote: Posting that were made to mailing lists via gmane? That, I do not know Given that I have now read a reply to my post-via-gmane on gmane before seeing the original post appear there I

Re: 2 new comment-like characters in Python to aid development?

2007-03-09 Thread Robert Marshall
On Fri, 09 Mar 2007, Bruno Desthuilliers wrote: Nick Craig-Wood a écrit : [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: What if 2 new 'special' comment-like characters were added to Python?: 1. The WIP (Work In Progress) comment: I use # FIXME for this purpose or /* FIXME */ in C etc.

Re: 2 new comment-like characters in Python to aid development?

2007-03-09 Thread Robert Marshall
On 09 Mar 2007, Matthew Woodcraft wrote: Bruno Desthuilliers [EMAIL PROTECTED] wrote: Nick Craig-Wood a ecrit : I use # FIXME for this purpose or /* FIXME */ in C etc. I have an emacs macro which shows it up in bright red / yellow text so it is easy to see Thanks you both. For what

Re: Determining when a file is an Open Office Document

2007-01-19 Thread Robert Marshall
On Fri, 19 Jan 2007, Steven D'Aprano wrote: On Fri, 19 Jan 2007 12:22:04 +1100, Ben Finney wrote: tubby [EMAIL PROTECTED] writes: Silly question, but here goes... what's a good way to determine when a file is an Open Office document? I could look at the file extension, but it seems there