Re: absolute path to a file

2019-08-21 Thread tom arnall
Thanks. Hope you found a solution to the problem. On Tue, Aug 20, 2019, 2:51 AM Cameron Simpson wrote: > Please remember to CC the list. > > On 19Aug2019 22:06, Paul St George wrote: > >On 19/08/2019 14:16, Cameron Simpson wrote: > [...] > >>There's a remark on that web page I mentioned that su

Re: How to have unittest tests to be executed in the order they appear?

2008-04-15 Thread tom arnall
| > Ben Finney a better approach maybe is just to write your own test harness. it's trivial to write a minimal system, which is then a solid basis for the enhancements which are best for you. tom arnall arcata -- http://mail.python.org/mailman/listinfo/python-list

working model of a microcoded computer

2007-02-02 Thread tom arnall
ution of a microcode instruction and, by extension, of machine language. I would like very much to get people's feedback on the thing. Thanks, tom arnall north spit, ca usa -- Posted via a free Usenet account from http://www.teranews.com -- http://mail.python.org/mailman/listinfo/python-list

Re: object data member dumper?

2006-12-12 Thread tom arnall
George Sakkis wrote: > tom arnall wrote: >> >object data member dumper? >> >George Sakkis george.sakkis at gmail.com >> >Wed Nov 8 03:42:47 CET 2006 >> >> > tom arnall wrote: >> > >> > > Bruno Desthuilliers wrote: >> > &g

Re: object data member dumper?

2006-11-09 Thread tom arnall
Steve Holden wrote: > tom arnall wrote: >> Steve Holden wrote: >> >> >>>Bruno Desthuilliers wrote: >>> >>>>tom arnall a écrit : >>>> >>>> >>>>>does anyone know of a utility to do a recursive dump of objec

Re: object data member dumper?

2006-11-07 Thread tom arnall
Steve Holden wrote: > Bruno Desthuilliers wrote: >> tom arnall a écrit : >> >>>does anyone know of a utility to do a recursive dump of object data >>>members? >>> >> >> >> What are "object data members" ? (hint: in Python,

Re: object data member dumper?

2006-11-07 Thread tom arnall
Bruno Desthuilliers wrote: > tom arnall a écrit : >> does anyone know of a utility to do a recursive dump of object data >> members? >> > > What are "object data members" ? (hint: in Python, everything is an > object - even functions and methods). >

object data member dumper?

2006-11-07 Thread tom arnall
does anyone know of a utility to do a recursive dump of object data members? -- Posted via a free Usenet account from http://www.teranews.com -- http://mail.python.org/mailman/listinfo/python-list

Re: What's the best IDE?

2006-10-25 Thread tom arnall
r going the unit-testing/'live code' route, which obviates the need for a debugger and other clutter found in all of the IDEs i've seen. Also, you might think about writing your own unit-tester. It's not difficult in python and will give you a setup tailored to your own tastes.

Re: cross-linked version of the python documentation

2006-10-20 Thread tom arnall
Simon Brunning wrote: > On 10/20/06, tom arnall <[EMAIL PROTECTED]> wrote: >> Is there a cross-linked version of the python documentation available? Is >> anyone interested in starting a project for such? > > What do you mean by cross-linked? If the term e.g. 'sp

cross-linked version of the python documentation

2006-10-20 Thread tom arnall
Is there a cross-linked version of the python documentation available? Is anyone interested in starting a project for such? tom arnall north spit, ca usa -- Posted via a free Usenet account from http://www.teranews.com -- http://mail.python.org/mailman/listinfo/python-list