I'm programming a server that most send a message to each client
connected to it and nothing else. this is obviously a base of what i
want to do. the thing is, I made a class wich contains the Handler class
for the ThreadingTCPServer and starts the server but i don't know how
can i access the m
Tanks a lot, it was really helpful
El 23/10/12 16:51, Miki Tebeka escribió:
According to the docs
(http://docs.python.org/library/socketserver.html#requesthandler-objects)
there's self.server available.
10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS
INFORMATICAS...
CONE
Hi there,
I need to know how to get the hardware serial number of a hard disk in
python.
Thank you in advance.
--
http://mail.python.org/mailman/listinfo/python-list
group/PyInstaller/tree/browse_frm/month/2007-05?_done=%2Fgroup%2FPyInstaller%2Fbrowse_frm%2Fmonth%2F2007-05%3F&pli=1
mahasamatman say to hide the 'typeconv_24plus' from the imports of
kinterbasdb.
My question is how can I do that?
Thanks in advance for your help.
Regar
Hi,
to access firebird data bases which shall I use kinterbasdb or sqlalchemy.
Yes I'm a newbie.
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
in this discussion I read that we con create a bundle executable for our
application,
since I'm having troubles with create a exe due problems with kinterbasdb,
can you
show me tutorials for creating exe from bundle.
thanks in advance.
On Wed, Nov 4, 2009 at 11:21 AM, Vesa Köppä wrote:
> iu
search the web, find the sites and follow the instructions.
On Wed, Nov 11, 2009 at 2:11 PM, baboucarr sanneh wrote:
>
> How can i use it ?
>
> *$LIM $...@dy*
>
>
>
>
> --
> Date: Wed, 11 Nov 2009 14:07:47 +
> Subject: Re: PyQt 2 Exe
> From: starglider...@gmail.co
Hi there,
I'm making a application that reads 3 party generated ASCII files, but some
times
the files are corrupted totally or partiality and I need to know if it's a
ASCII file with *nix line terminators.
In linux I can run the file command but the applications should run in
windows.
Any help wi
Hi,
Regarding your second part of your mail, I have used in the past this
page[1] as a base for code to process a mainframe PS file with packed
decimals. May be it can help you a bit...
Best regards,
Jorge
[1]:
http://www.linuxtopia.org/online_books/programming_books/python_programming
endpoints.
The status command you want will be 0x1B 0x41.
Hope this helps.
Jorge
On Tue, Aug 28, 2012 at 9:04 PM, Adam W. wrote:
> So I'm trying to get as low level as I can with my Dymo label printer, and
> this method described the PDF
> ht
g 2.7 on Debian?
Thanks in advanced.
--
Jorge Romero
--
http://mail.python.org/mailman/listinfo/python-list
instances, so might helpful for
someone in the same position. Any further help feel free to reply.
Cheers.
On Thu, May 12, 2011 at 11:27 AM, Jorge Romero wrote:
> Hi all,
>
> My machine is running Debian Squeeze so my default Python runtime is 2.6.6.
>
> According to Python docs *op
OM table"
>>> fetched = cursor.execute(query)
>>> print fetched[0]
3 days, 7:30:09
>>> print type(fetched[0])
Instead of *datetime.timedelta *I need *datetime.time *type. Does anybody
knows how to change this behavior or is it something I must deal with my
cod
On Sun, May 15, 2011 at 11:50 PM, Chris Angelico wrote:
> On Mon, May 16, 2011 at 10:42 AM, Jorge Romero
> wrote:
> > Hi Pythonists,
> > I'm retrieving some time data from a MySQL database using Python's
> MySQLdb
> > library. Here's the situation, I go
one.
>
> My question to everyone is whether I should go ahead with this approach, or
> should I just use 2.x technology? I am not sure if I will be able to port
> all the code to python3 later.
>
> I will really appreciate any input.
>
> Thanks and regards,
> Navkirat
is no
different. You may never need to use a decorator ever in your development
career, but the tool is there in case the problem you have can be elegantly
solved using one.
-Jorge
On Tue, Oct 3, 2017 at 8:00 AM, bartc wrote:
> On 03/10/2017 15:39, Ian Kelly wrote:
>
>> On Tue, Oct 3
tion.
What condition are you looking to handle here?
-Jorge
On Sat, Oct 7, 2017 at 9:38 AM, Prabu T.S. wrote:
> I would like to continue to second function invocation
> "checkServiceStatus('AdobeARMservice')" even if the first
>checkServiceStatus('Tomca
Hi,
I use the PYTHON and IDL. In IDL I can plot a grid map like a this
figure (mapa.png). Please, I would like know how can I plot my figure
using PYTHON with the box around the figure. Like this that I plot using
the IDL.
Thanks
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I would like to know if there is a goto command or something similar
that I can use in Python.
Thanks,
Conrado
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
Please, I woudl like to plot a map like this figure. How can I do this
using Python2.7
Thanks,
Conrado
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I have several satellite data (500 images). I read it and plot using
plt.show(). I would like know how can I delete the window after I save
the image. I use plt.close(), plt.close('all') but these options didn't
work.
Thanks,
Conrado
--
https://mail.python.org/mailman/listinfo/python-l
Hi,
I have some gridded 4Km satellite images. I don't have experience with
Python. The size of my image is (9896,3298) and I use this to read
f = open('merg_2018011100_4km-pixel', "r") # reopen the file
x = f.read()
print (x[0])
I have this value for x = �
This is the information for
Hi,
I'm using xarray to read netcdf data and I had to time in my data the
values:
xarray.DataArray 'time' (time: 507)>
array(['1979-01-01T00:00:00.0', '1979-02-01T00:00:00.0',
'1979-03-01T00:00:00.0', ...,
'2021-01-01T00:00:00.0',
'2021-02-01
Hi,
I would like know if it is posible to plot the south in north poles in
3D earth maps. I search in google and always all examples is for
cylindric projection, like this:
bm = Basemap(llcrnrlon=extent[0], llcrnrlat=extent[2],
urcrnrlon=extent[1], urcrnrlat=extent[3],
Hi,
I'm using xarray to read and plot my netcdf data. Please someone could
help me, dow can I smooth my data before to plot i.
Thanks,
Conrado
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I have a netcdf file "uwnd_850_1981.nc" and I'm using the commands to
read it:
from numpy import dtype
fileu ='uwnd_850_1981.nc'
ncu = Dataset(fileu,'r')
uwnd=ncu.variables['uwnd'][:]
and I had:
:1: DeprecationWarning: `np.bool` is a deprecated alias for the
builtin `bool`. To silen
HI,
I'm starting run the LSTM to forecast future values for time serie data.
please can someone give me some information on how i can predict future
values for my time series using LSTM. Thanks, Conrado
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I alredy used Python and now I have the message:
import numpy as np
Traceback (most recent call last):
File "", line 1, in
File
"/home/conrado/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/numpy-1.8.0-py2.7-linux-x86_64.egg/numpy/__init__.py",
line 153, in
from . im
Hi,
Here are some information of my netcdf4 data:
NetCDF dimension information:
Name: lon
size: 4320
type: dtype('float64')
Name: lat
size: 2160
type: dtype('float64')
Name: time
size: 12
Not sure who to report to, but the site comes back with a 503. Anyone know
where I can direct this to?
-Jorge L. Gimeno
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I'm trying to make a mask using a shapefile of Brazil using the
examplE:
http://basemaptutorial.readthedocs.io/en/latest/clip.html
I run my script and I had the messages:
Traceback (most recent call last):
File "mascarapy2.py", line 7, in
from osgeo import gdal
File
"/h
Look at the six module
On Thu, May 31, 2018, 7:57 PM Mike McClain wrote:
> OK so I installed python 3.2, which is the latest available as a
> package in Debian Wheezy, because I've seen so many folks say it's a
> waste of time to play with Py2.7.
> Immediately my python playground 'my.py
Hi,
Please someone can help me with this error message;
for Python 2.7.14 I did:
from netCDF4 import Dataset
and I didn't have no message
But, for Python 3.6.0
from netCDF4 import Dataset
I had:
Traceback (most recent call last):
File
Hi,
I downloade an example from:
http://basemaptutorial.readthedocs.io/en/latest/clip.html
from mpl_toolkits.basemap import Basemap
from matplotlib.path import Path
from matplotlib.patches import PathPatch
import matplotlib.pyplot as plt
from osgeo import gdal
import numpy
import s
> --
> https://mail.python.org/mailman/listinfo/python-list
>
You have 2 comparisons here . The first is inside the parenthesis, (False
or True) evaluates to True. What remains of the expression is False ==
True, which is False.
-Jorge
(Reposted because I replied to the OP directly, inste
;
> I am unable to install PyCharm.
> --
> https://mail.python.org/mailman/listinfo/python-list
Without the error message there isn't much we can do. Can you please copy
and paste the error message?
-Jorge
>
>
--
https://mail.python.org/mailman/listinfo/python-list
Hi,
I already use the IDL software. Now I`m using Python. In IDL I
havethe vector position=(xo,yo,x1,y1) to set where Iwnat to plot my
figure in my window.
I have an 2d array with x and y dimensition equal
5224. when I plot my figure, using contourtf it takes up a small part of
my window. Wh
Hi,
I've already used the python list to clear up some doubts.
It's been about a year since I started using Python in my projects and I
still have some doubts. For those who have always used IDL, this change
is a little difficult. I already have Ptyhon 3.8 installed, on Linux. To
clear up any
t; 3. suse 9.3 - python 2.4
3.1. OpenSuSE 10 will be coming out with Python 2.4.1 as well.
Be seeing you,
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
Peter Hansen <[EMAIL PROTECTED]> writes:
> Are the two necessarily in conflict? Perl can save your butt and _still_
> suck!
If it pays the bill... :-)
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
sts from him, where people here tried showing him some mistakes or made
suggestions to enhance his contribution and he simply ignored everything.
It looks like he thinks he's omniscient and always righ. Almost (?) a
deity. :-)
By the way, the doctor said it is dangerous to contradict him... ;-)
Hi!
I'm needing a parser to retrieve some information from source code --
including parts of code -- from Fortran, to use in a project with a
documentation system.
Any recommendations on a Python app or parser that I could use for that?
Thanks,
--
Jorge Godoy <[EMAIL P
lly simpler than a programming language and can be retrieved with
different approaches.
Thank you very much for your suggestions.
Be seeing you,
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
Steven Bethard <[EMAIL PROTECTED]> writes:
> Jorge Godoy wrote:
> > From Google I found almost all of those. But do you have any suggestion on
> > which one would be better to parse Fortran code? Or more productive to use
> > for this task?
> [snip
François Pinard <[EMAIL PROTECTED]> writes:
> [Jorge Godoy]
>
> > > SPARK (Scanning Parsing And Rewriting Kit)
> > > http://pages.cpsc.ucalgary.ca/~aycock/spark/
>
> > It looks like it stopped being developed circa 2002... From 2002 to
> > now Py
"Don't Repeat Yourself"). Scan your code
> ceaselessly mercilessly looking for duplications and refactor just as
> mercilessly when you find them, "abstracting the up" into functions,
> base classes, etc...
And I'd second that. Code can be drastically reduced
In Python I almost
never use them.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
orry about those groups.
And what is the problem with something like getopt, optparse, etc.?
And 10K groups on a single input line?
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
ck_for_desired_string
line1 = line2
With that you always have two lines in the buffer and you can check all of
them for your desired string, no matter what the size of the file is.
Be seeing you,
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
ange your mind, I believe there's such a thing in Qt3. Using
pyQt you could use that.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
;d have to Google for it, though, since I don't
have the URL for it anymore.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
thread where that was raised again (yep, you're not
the first, nor the second, nor the third...). You should write unittests, use
tools like pychecker, pylint, etc.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
27;s name anymore. You'll probably find more than one thread with
that. :-)
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
hat will
> randomly pick one of those to print?
>
> I think he may have forgot to cover something?
How about using the integer as an index to access the elements of a list? ;-)
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
t class. Any response would be greatly appreciated.
It was discussed before here and there's something about that at the docs:
http://docs.python.org/tut/node11.html
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
bruno at modulix <[EMAIL PROTECTED]> writes:
> >>Don't use self. Use other.
> >
> >
> > Are you serious?
>
> Are you seriously wondering if I am serious ?
Hmmm... I hope there's no deadlock in this loop...
--
Jorge Godoy <[
re is a need for specific response in context.
I'm more of the type that wouldn't read on if I have no context to what I'm
reading... Specially if there's a mix of top posts with bottom posts...
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
ably
have to draw your diagrams on it, though...
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
lready there, installing FLTK starts being a waste of resources,
disk space, CPU cycles, memory (it won't be shared with other apps...), etc.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
rom time to time to the user.
One thing is: detach all what is possible from user interface and give
feedback from time to time to avoid browser timeout and the user thinking the
app hanged.
Be seeing you,
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
can write a python script to do all these operation .
You can... Creating directories, processing file contents and moving files is
not hard with Python (if the "processing" part is simple, then it all becomes
easy). :-)
Take a look at the tutorial and the documentation on the website.
inable server-side database code.
And if Python is the requirement, but not Oracle, one can write "stored
procedures" (functions is the name) in Python with PostgreSQL. ;-)
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
roup=668
>
> This represents emails sent to the group since October 27.
>
> Would like to hear what you think of it.
H... I don't see mine listed there: I'm in South America, Brasil. More
specifically in Curitiba, Paraná, Brasil. :-)
--
Jorge Godoy &
"George Sakkis" <[EMAIL PROTECTED]> writes:
> "Jorge Godoy" <[EMAIL PROTECTED]>:
>
> > H... I don't see mine listed there: I'm in South America, Brasil. More
> > specifically in Curitiba, Paraná, Brasil. :-)
>
> T
w
> places to search Google (configparser, python config files), so I'll
> look around for better ideas.
Take a look at pickle (specially cPickle) module for pickling and unpickling
data directly from / to Python types. What you want can be mapped to
dictionaries of lists of dictionaries.
e and can be used as he wants and in a cleaner way as well. ;-)
It suits both worlds.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
Mike Meyer <[EMAIL PROTECTED]> writes:
> Jorge Godoy <[EMAIL PROTECTED]> writes:
> > Mike Meyer <[EMAIL PROTECTED]> writes:
> >> That said, I have to confess that lately I've been using Cheetah
> >> templates, because the syntax for inserting val
t of CSS and JavaScript.
But, as you can see with TurboGears, it's possible to do even more with it.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
e
people laughing about SCO's mistakes and wrong information / facts...
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
bing of data structures (is it your 'getId' method or the
module's that is being used? ;-)).
Be seeing you,
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
me and I use Emacs for something like 7 years now... ;-)
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
"Dustan" <[EMAIL PROTECTED]> writes:
> No, I mean given a big number, such as
> 1000, convert it into
> scientific notation.
It's the same.
>>> print "%e" % 100000
7;ll use consistent name options and design a good interface? I
think he's point is much broader than parsing input from the command line.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
Jeremy Moles wrote:
> Four?
>
> 1. wx
> 2. PyGTK
> 3. Tk (Are you including this one even?)
> 4. ???
PyQt / PyKDE.
> Of the few I can think of, only one would qualify as great. :)
The fourth one? ;-)
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.
r had to write anything to parse command line input by
hand.
I suggest you take a look at Getopt::Long, at CPAN.
http://search.cpan.org/~jv/Getopt-Long-2.34/
http://search.cpan.org/src/JV/Getopt-Long-2.34/README
Be seeing you,
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
tes: Java 1.5.0. ;-)
Installing it made everything work perfectly.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
Michael Hoffman wrote:
> In that case, I think he just wasted a lot of time in the article, and
> would have been better off saying "use Getopt::Long."
This is why I think he was more concerned with design than implementation.
--
Jorge Godoy <[EMAIL PR
need, we'll be glad to add it.
If it is added, let us know. I can't think of a better way to visualize
database reports in an easy and fast way. Specially for BI.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
Ed Leafe wrote:
> On Saturday 30 July 2005 16:06, Jorge Godoy wrote:
>
>> If it is added, let us know. I can't think of a better way to visualize
>> database reports in an easy and fast way. Specially for BI.
>
> What specifically are you looking for? We are wor
7;s one implementation that is compatible
with Matlab and is also compatible with wxPython. Take a look at
matplotlib: http://matplotlib.sourceforge.net/
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
gets documented and adopted?
In an international project I see othe problems as well -- cost, logistics,
S&H, customs, etc.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
e a completely different problem while sharing the very same problem
you, on the post prior to mine, was trying to solve: what is the standard
GUI on a Linux distribution? QVWM? WindowMaker? Gnome? KDE? FVWM?
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
it great to have this freedom to choose specially because not
everybody share the same aesthetics idea. What some people find beautiful
I don't like and vice-versa.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
ate packages for TKinter.
I believe there are more. Unless, of course, you're first installing a
personalized Python -- and loosing this "advantage".
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
nd up checking the whole
system at each and every run -- because I might have added / removed
packages since I installed Dabo -- what would give a big performance
penalty.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
external dependencies means also
> installing and *supporting* it on a possible large set of configurations.
I see no problem with that. Specially since there are lots of ways to share
directories on a network installation. You install it once and it's done.
--
Jorge Godoy
and this "new
GTK" is certified for the company's apps.
For laptops to work on the road there are two options: VPNs and installing
it locally. How many "laptops to work on the road" there will be compared
to "fixed workstations"?
We can find several p
Cliff Wells wrote:
> On Mon, 2005-08-01 at 13:28 -0300, Jorge Godoy wrote:
>>
>> We can find several problems, almost all of them can be solved with the
>> admin's creativity.
>
>>>> import creativity
> Traceback (most recent call last):
> File
Daniel Dittmar wrote:
> Jorge Godoy wrote:
>> We can find several problems, almost all of them can be solved with the
>> admin's creativity.
>
> You must distinguish between solving technical problems once a course
> has ben set and choosing such a course in the fir
wer to your rhetorical question about GUI's for Linux, the
> answer is plwm.
:-)
And does it integrate well with common business apps, such as a mail client,
note taking apps, addressbooks (with personal and shared entries), calendar
with ability to share appointments, etc.?
Be seeing you,
--
things that are considered, independently of the
toolkit. None gets a "100% OK" grade, and some things have a higher weight
to me or to the client.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
).
I was reading Qt3 docs trying to find out some other mean to recover the
record I need without messing with the filter because if I use the filter,
then I can't paginate through all records anymore.
Any hints on an alternative approach that would allow me to use both
controls?
* Python 2.4
s as a constructive feedback from someone that has just
screened the pages, getting to know it.
Be seeing you,
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
very
significative depending on the type of file that you'll be working with.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
Jorge Godoy wrote:
> I have created an interface where I have a QDataBrowser and all of its
> editing and navigating controls and one of the displayed controls is in a
> QSpinBox.
>
> I have the navigation from current to next and previous records working
> fine if I only us
-package.
I was thinking about one per topic / classification, not per package. It
would be overkill to subscribe to 600+ feeds.
Be seeing you,
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
che2-mod_php4-4.3.10-14.6
apache2-mod_python-3.1.3-42
apache2-mod_ruby-1.2.4-3
apache2-prefork-2.0.53-9.2
I hope it helps.
Be seeing you,
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
n't understand how it works. Can someone please direct me to a place
> which will explain it?
I didn't get your second question. When you use "|" the first match is
used. It is a short-circuited version of "or". I mean, it tries the first
regexp, if it matches, the second expression is ignored. The same is true
for "and", except that the comparisons end on the first false result.
Be seeing you,
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
or
from file import ClassName
thisFile = ClassName()
This is in the docs.
--
Jorge Godoy <[EMAIL PROTECTED]>
--
http://mail.python.org/mailman/listinfo/python-list
them to fetch their structure
from the database it is better than having to "recreate" all of them).
With regards to failures, this is one of the reasons for unit tests :-) They
can help finding out where is the problem and they should never fail
silently.
--
Jorge Godoy <[
1 - 100 of 435 matches
Mail list logo