Closed GoogleCodeExporter closed 9 years ago
You can always email me or I can start an email list. Or do you mean something
builtin to the application?
Original comment by joesox
on 21 Aug 2007 at 1:33
google code doesn't actually provide your email, nether does your program or
website
(or at least as far as I could find last night). It just feels wrong to create a
ticket of
"""
delcount = 0
while (delcount < 213):
del self.wordnetlist[0]
delcount = delcount + 1
"""
should be
self.wordnetlist = self.wordnetlist[213:]
faster, cleaner and more pythonic.
No I didn't mean something built into the application although the rule 'all
programs
expand until they can handle email' will kick in given long enough. ;)
Original comment by edd...@googlemail.com
on 21 Aug 2007 at 2:03
I think since this is google/gmail all you need to do is use the format
username@gmail.com
So mine is joesox
I am new to code.google and I thought I had my email in the source code. I
don't
want a bunch of spam so I am surprised google doesn't have some easier way for
others to send me an email.
Original comment by joesox
on 21 Aug 2007 at 2:16
Ok I'll use that. I also was surprised that there was no email the project owner
option. Your URL is in the source code but not a contact address (or at least
their
is no use of the @ symbol).
Original comment by edd...@googlemail.com
on 21 Aug 2007 at 2:35
[deleted comment]
Original comment by edd...@googlemail.com
on 27 Aug 2007 at 2:21
Original issue reported on code.google.com by
edd...@googlemail.com
on 21 Aug 2007 at 7:46