[Python-Dev] cpython (3.3): Tweak the threaded example in concurrent.futures (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Tue Oct 16 15:15:43 CEST 2012
- Previous message: [Python-Dev] cpython (3.3): Tweak the threaded example in concurrent.futures
- Next message: [Python-Dev] cpython (3.3): Tweak the threaded example in concurrent.futures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Oct 16, 2012 at 10:58 PM, Antoine Pitrou <solipsis at pitrou.net> wrote:
Adding an "url" attribute here looks a bit ugly to me. Why not use a dict comprehension for futuretourl?
No reason other than the fact it didn't occur to me to do so. Fixed :)
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] cpython (3.3): Tweak the threaded example in concurrent.futures
- Next message: [Python-Dev] cpython (3.3): Tweak the threaded example in concurrent.futures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]