From 7b5a4b189906e95f3bf94b8765702fd93be088d3 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 19 Aug 2009 21:36:00 -0400 Subject: [PATCH] added orphaned threading and multiprocessing links here --- where-to-go-from-here.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/where-to-go-from-here.html b/where-to-go-from-here.html index 4058126..fcf84ae 100644 --- a/where-to-go-from-here.html +++ b/where-to-go-from-here.html @@ -49,6 +49,17 @@ h3:before{counter-increment:h3;content:'C.' counter(h2) '.' counter(h3) '. '}
  • Invoking Descriptors in the official Python documentation +

    Threading & multiprocessing:

    + + +

    Metaclasses: