[Default] On Fri, 25 May 2012 23:30:24 -0600, Jason Earl
wrote:
>On Fri, May 25 2012, Jon Clements wrote:
>
>> Hi All,
>>
>> Normally use Google Groups but it's becoming absolutely frustrating -
>> not only has the interface changed to be frankly impractical, the
>> posts are somewhat random of w
On Fri, May 25 2012, Jon Clements wrote:
> Hi All,
>
> Normally use Google Groups but it's becoming absolutely frustrating -
> not only has the interface changed to be frankly impractical, the
> posts are somewhat random of what appears, is posted and
> whatnot. (Ironically posted from GG)
>
> Is
On Friday, May 25, 2012 3:38:55 PM UTC-7, Jon Clements wrote:
> Hi All,
>
> Normally use Google Groups but it's becoming absolutely frustrating - not
> only has the interface changed to be frankly impractical, the posts are
> somewhat random of what appears, is posted and whatnot. (Ironically po
Hi All,
Normally use Google Groups but it's becoming absolutely frustrating - not only
has the interface changed to be frankly impractical, the posts are somewhat
random of what appears, is posted and whatnot. (Ironically posted from GG)
Is there a server out there where I can get my news group
>
> Any time you find yourself thinking that you want to use eval to solve a
> problem, take a long, cold shower until the urge goes away.
>
> If you have to ask why eval is dangerous, then you don't know enough
> about programming to use it safely. Scrub it out of your life until you
> have l
On Friday, 25 May 2012 14:36:18 UTC+1, Grant Edwards wrote:
> On 2012-05-25, Steven D'Aprano wrote:
> > On Thu, 24 May 2012 05:32:16 -0700, niks wrote:
> >
> >> Hello everyone..
> >> I am new to asp.net...
> >> I want to use Regular Expression validator in Email id verification..
> >
> > Why do y
On 25May2012 09:37, Dave Angel wrote:
| On 05/25/2012 09:12 AM, Harvey Greenberg wrote:
| > elementary ques...I set
| > s.name = ["a","b"]
| > s.value = [3,5]
| >
| > I get error that s is not defined. How do I define s and proceed to
| > give its attributes?
[...]
| Of course if you told why you
On 25May2012 13:36, Grant Edwards wrote:
| On 2012-05-25, Steven D'Aprano wrote:
| > On Thu, 24 May 2012 05:32:16 -0700, niks wrote:
| >> Hello everyone..
| >> I am new to asp.net...
| >> I want to use Regular Expression validator in Email id verification..
| >
| > Why do you want to write buggy
Am 25.05.2012 21:45, schrieb Damjan Georgievski:
> http://www.python.org/dev/peps/pep-0405/
>
> I don't get what PEP 405 (Python Virtual Environments) brings vs what we
> already had in PEP 370 since Python 2.6.
My PEP 370 is about installing additional packages as an unprivileged
user and for th
On Fri, May 25, 2012 at 1:45 PM, Damjan Georgievski wrote:
> http://www.python.org/dev/peps/pep-0405/
>
> I don't get what PEP 405 (Python Virtual Environments) brings vs what we
> already had in PEP 370 since Python 2.6.
>
> Obviously 405 has a tool to create virtual environments, but that's triv
http://www.python.org/dev/peps/pep-0405/
I don't get what PEP 405 (Python Virtual Environments) brings vs what we
already had in PEP 370 since Python 2.6.
Obviously 405 has a tool to create virtual environments, but that's
trivial for PEP 370 [1], and has support for isolation from the
syste
Hello!
I'm pleased to announce version 1.3.1, the first bug-fix release of branch
1.3 of SQLObject.
What is SQLObject
=
SQLObject is an object-relational mapper. Your database tables are described
as classes, and rows are instances of those classes. SQLObject is meant to be
ea
On Sat, May 26, 2012 at 3:04 AM, Ian Kelly wrote:
> I would think that it is not an anti-spam measure, but simply due to
> the fact that most addresses containing "spam" tend to be something
> like "nos...@invalid.net", being either a fake address or a junk inbox
> that is only checked when an imp
On Fri, May 25, 2012 at 10:33 AM, Chris Angelico wrote:
> On Sat, May 26, 2012 at 2:25 AM, Peter Pearson
> wrote:
>> Amusingly, every time I log into Discovercard's web site, I
>> get a red-letter warning that my registered email address is
>> invalid. Inquiring, I was told that the presence of
On Sat, May 26, 2012 at 2:25 AM, Peter Pearson wrote:
> Amusingly, every time I log into Discovercard's web site, I
> get a red-letter warning that my registered email address is
> invalid. Inquiring, I was told that the presence of the
> substring "spam" anywhere in the address (including
> "@sp
Ulrich Eckhardt wrote:
> Hi!
>
> I'm using Python 2.7 for mostly unit testing here. I'm using
> Boost.Python to wrap C++ code into a module, in another place I'm
> also embedding Python as interpreter into a test framework. This
> is the stuff that must work, it's important for production use.
>
kevon wang wrote:
> I want to find a plugin of django what it can custom fields in the form.
> The functions include custom fields in web page and create the fields in
> database.
>
You might have more luck getting an answer to this question on the django
list (django-us...@googlegroups.com if
On Fri, 25 May 2012 13:36:18 + (UTC), Grant Edwards wrote:
[snip]
> . . . Nothing will make your users swear at
> you as certainly as when you refuse to accept the e-mail address at
> which the reeive e-mail all day every day.
Amusingly, every time I log into Discovercard's web site, I
get a
Andrew Berg wrote:
On 5/24/2012 8:59 PM, Dave Angel wrote:
so I fixed that, and got
inconsistent use of tabs and spaces in indentation
because you mistakenly used tabs for indentation.
Not to start another tabs-vs.-spaces discussion, but tabs are perfectly
legal indentation in Python. Tha
On Thu, May 24, 2012 at 5:12 PM, Emile van Sebille wrote:
> On 5/24/2012 2:30 PM Paul Rubin said...
>
>> Paul Rubin writes:
>>>
>>> new_list = chain( ((x,y-1), (x,y+1)) for x,y in coord_list )
>>
>>
>> Sorry:
>>
>> new_list = list(chain( ((x,y-1), (x,y+1)) for x,y in coord_list))
>
>
>
>>>
On 2012-05-25, Steven D'Aprano wrote:
> On Thu, 24 May 2012 05:32:16 -0700, niks wrote:
>
>> Hello everyone..
>> I am new to asp.net...
>> I want to use Regular Expression validator in Email id verification..
>
> Why do you want to write buggy code that makes your users hate your
> program? Don't
On 05/25/2012 09:12 AM, Harvey Greenberg wrote:
> elementary ques...I set
> s.name = ["a","b"]
> s.value = [3,5]
>
> I get error that s is not defined. How do I define s and proceed to
> give its attributes?
You just have to initialize s as an object that's willing to take those
attributes. The
> s.name = ["a","b"]
> s.value = [3,5]
>
> I get error that s is not defined. How do I define s and proceed to
> give its attributes?
Either you create a class and use __init__:
class S:
def __init__(self, name, value):
self.name = name
self.value = value
or create a generic
Andrew Berg wrote:
On 5/24/2012 8:59 PM, Dave Angel wrote:
so I fixed that, and got
inconsistent use of tabs and spaces in indentation
because you mistakenly used tabs for indentation.
Not to start another tabs-vs.-spaces discussion,
Too late, the seeds of war have been planted
On Thu, May 24, 2012 at 9:04 AM, Daniel Fetchinson
wrote:
> Funny, you got to the last line of "import this" but apparently
> skipped the second line:
>
> Explicit is better than implicit.
>
> And you didn't even post your message on April 1 so no, I can't laugh
> even though I'd like to.
Can you
Hi!
I'm using Python 2.7 for mostly unit testing here. I'm using
Boost.Python to wrap C++ code into a module, in another place I'm also
embedding Python as interpreter into a test framework. This is the stuff
that must work, it's important for production use. I'm running MS
Windows XP here and dev
26 matches
Mail list logo