Re: [Python-3000] Py3k Sprint Tasks (Google Docs & Spreadsheets)

View: New views
4 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: [Python-3000] Py3k Sprint Tasks (Google Docs & Spreadsheets)

by Barry Warsaw :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Aug 21, 2007, at 1:56 PM, gvanrossum@... wrote:

> I've shared a document with you called "Py3k Sprint Tasks":
> http://spreadsheets.google.com/ccc?
> key=pBLWM8elhFAmKbrhhh0ApQA&inv=python-3000@...&t=3328567089265
> 242420&guest
>
> It's not an attachment -- it's stored online at Google Docs &  
> Spreadsheets. To open this document, just click the link above.
>
> (resend, I'm not sure this made it out the first time)
>
> This spreadsheet is where I'm organizing the tasks for the Google
> Sprint starting tomorrow.
>
> Feel free to add. If you're coming to the sprint, feel free to claim
> ownership of a task.

I have approval to spend some official time at this sprint, though  
I'll be working from home and will be on IRC, Skype, etc.

I've been spending hours of my own time on the email package for py3k  
this week and every time I think I'm nearing success I get defeated  
again.  I think Victor Stinner came to similar conclusions.  To put  
it mildly, the email package is effed up!  But I'm determined to  
solve the worst of the problems this week.

I only have Wednesday and Thursday to work on this, with most of my  
time available on Thursday.  I'd really like to find one or two other  
folks to connect with to help work out the stickiest issues.  Please  
contact me directly or on this list to arrange a time with me.  I'm  
UTC-4 if that helps.  I'll be on #python-dev (barry) too.

Remember that the current code is in the python sandbox (under  
emailpkg/5_0-exp).  I have some uncommitted code which I'll try to  
check in tonight, though I don't know if it will make matters better  
or worse. ;)

Cheers,
- -Barry

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iQCVAwUBRstjWXEjvBPtnXfVAQLQcQP+Lo/D1YH1+w/51kNyQN1+zrzu1Cov7ERk
1xtT5L2LlaPjXGeVMlc6Xz0bbLVc96kSQ4SIrkc5RRNorcYzMf8kID4rLkO6S+kU
CXtpOVgmzkX9zotAL9O72v2uOHT6c0fcK8ag44EiAtWei3Tdf+R2rL6lOzo0lHgj
qmVPFzlzGCA=
=t1nr
-----END PGP SIGNATURE-----
_______________________________________________
Email-SIG mailing list
Email-SIG@...
Your options: http://mail.python.org/mailman/options/email-sig/lists%40nabble.com

Re: [Python-3000] Py3k Sprint Tasks (Google Docs & Spreadsheets)

by Stephen J. Turnbull :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Barry Warsaw writes:

 > I've been spending hours of my own time on the email package for py3k  
 > this week and every time I think I'm nearing success I get defeated  
 > again.

I'm ankle deep in the Big Muddy (daughter tested positive for TB as
expected -- the Japanese innoculate all children against it because of
the sins of their fathers -- and school starts on Tuesday, so we need
to make a bunch of extra trips to doctors and whatnot), so what thin
hope I had of hanging out with the big boys at the Python-3000 sprint
long since evaporated.

However, starting next week I should have a day a week or so I can
devote to email stuff -- if you want to send any thoughts or
requisitions my way (or an URL to sprint IRC transcripts), I'd love to
help.  Of course you'll get it all done and leave none for me, right?

 > But I'm determined to solve the worst of the problems this week.

Bu-wha-ha-ha!

Steve

_______________________________________________
Email-SIG mailing list
Email-SIG@...
Your options: http://mail.python.org/mailman/options/email-sig/lists%40nabble.com

Re: [Python-3000] Py3k Sprint Tasks (Google Docs & Spreadsheets)

by Barry Warsaw :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Aug 25, 2007, at 2:10 AM, Stephen J. Turnbull wrote:

> Barry Warsaw writes:
>
>> I've been spending hours of my own time on the email package for py3k
>> this week and every time I think I'm nearing success I get defeated
>> again.
>
> I'm ankle deep in the Big Muddy (daughter tested positive for TB as
> expected -- the Japanese innoculate all children against it because of
> the sins of their fathers -- and school starts on Tuesday, so we need
> to make a bunch of extra trips to doctors and whatnot), so what thin
> hope I had of hanging out with the big boys at the Python-3000 sprint
> long since evaporated.

Stephen, sorry to hear about your daughter and I hope she's going to  
be okay of course!

> However, starting next week I should have a day a week or so I can
> devote to email stuff -- if you want to send any thoughts or
> requisitions my way (or an URL to sprint IRC transcripts), I'd love to
> help.  Of course you'll get it all done and leave none for me, right?

Unfortunately, we didn't really sprint much on it, but I did get a  
chance to spend time on the branch.  I think I see the light at the  
end of the tunnel for getting the existing tests to pass, though I  
haven't even looked at test_email_codecs.py yet.  Because of the way  
things are going to work with in put and output codecs, I'll  
definitely want to get some sanity checks with Asian codecs.  I'll  
try to put together a list of issues and questions and get those sent  
out next week.

>> But I'm determined to solve the worst of the problems this week.
>
> Bu-wha-ha-ha!

Heh, well I'm getting closer.  We're definitely going to have some  
API changes, so I'll outline those as well.

- -Barry

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iQCVAwUBRtHG13EjvBPtnXfVAQKCngP+PUTm82FjnVpqz7HvPLS/zPXBMelDNhkK
AKGIk5hveka180QEbA/DMsu7LZmPK2jXOQJWxufRsLfuzwKL3WtDF1IIyiICkC/I
HoR04bHZJzUdEzZuZPL53I704JoO8QBpXEOn/JdauFEaZ6qakueLdnqx1Ab0LbSP
RCLiVh9BxtU=
=6Ngh
-----END PGP SIGNATURE-----
_______________________________________________
Email-SIG mailing list
Email-SIG@...
Your options: http://mail.python.org/mailman/options/email-sig/lists%40nabble.com

Re: [Python-3000] Py3k Sprint Tasks (Google Docs & Spreadsheets)

by Stephen J. Turnbull :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Barry Warsaw writes:

 > Stephen, sorry to hear about your daughter and I hope she's going to  
 > be okay of course!

Oh, she's *fine*.  There's just a conflict between the Japanese
practice of vaccinating all school children against TB, and the
U.S. practice of testing for TB antibodies.  About 1 in 3 kids coming
from Japan to U.S. schools get snagged.  Annoying, but I'll trade this
for the problems with visas and the like that colleagues have had
*any* day.

 > haven't even looked at test_email_codecs.py yet.  Because of the way  
 > things are going to work with in put and output codecs, I'll  
 > definitely want to get some sanity checks with Asian codecs.

OK, *that* I can help with!

_______________________________________________
Email-SIG mailing list
Email-SIG@...
Your options: http://mail.python.org/mailman/options/email-sig/lists%40nabble.com