Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66443
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'wednesday,': 0.07; 'anand': 0.09; 'brett': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'contribute': 0.11; 'language.': 0.14; 'defended': 0.16; 'luis': 0.16; 'python",': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'surprising': 0.16; 'language': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'seems': 0.21; 'header:User- Agent:1': 0.23; '---': 0.24; '2005': 0.26; 'header:X-Complaints- To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'url:code': 0.29; '25,': 0.31; 'releasing': 0.31; 'approval': 0.33; 'but': 0.35; 'university,': 0.36; 'thanks': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'san': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'free': 0.61; 'viruses': 0.61; 'world.': 0.61; "you'll": 0.62; 'protection': 0.63; 'today': 0.64; 'our': 0.64; 'grab': 0.64; 'url:p': 0.64; 'url:pdf': 0.68; 'antivirus': 0.68; 'atomic': 0.84; 'hardly': 0.84; 'polytechnic': 0.91; 'stamp': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: Localized Type Inference of Atomic Types in Python |
| Date | Sat, 15 Feb 2014 14:38:15 +0000 |
| References | <mailman.84.1117016999.18027.python-list@python.org> <f06291cd-f18e-4237-acee-9e7bc018e93e@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | host-78-146-14-108.as13285.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 |
| In-Reply-To | <f06291cd-f18e-4237-acee-9e7bc018e93e@googlegroups.com> |
| X-Antivirus | avast! (VPS 140215-0, 15/02/2014), Outbound message |
| X-Antivirus-Status | Clean |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7002.1392475116.18130.python-list@python.org> (permalink) |
| Lines | 30 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1392475116 news.xs4all.nl 2946 [2001:888:2000:d::a6]:58000 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:66443 |
Show key headers only | View raw
On 15/02/2014 14:13, anand@chatimity.com wrote: > On Wednesday, May 25, 2005 4:41:34 AM UTC+5:30, Brett C. wrote: >> My thesis, "Localized Type Inference of Atomic Types in Python", was >> successfully defended today for my MS in Computer Science at the California >> Polytechnic State University, San Luis Obispo. With that stamp of approval I >> am releasing it to the world. You can grab a copy at >> http://www.drifty.org/thesis.pdf . > > > Hi, > This link seems to be down. Can you point us to some current link? Am trying to contribute to https://code.google.com/p/py2c/ and reading up on type inference for python. > > Thanks and Regards, > Anand > Hardly surprising for a nine year old link but search for brett+cannon+python+thesis and you'll find it :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Localized Type Inference of Atomic Types in Python anand@chatimity.com - 2014-02-15 06:13 -0800 Re: Localized Type Inference of Atomic Types in Python Chris Angelico <rosuav@gmail.com> - 2014-02-16 01:24 +1100 Re: Localized Type Inference of Atomic Types in Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-15 14:38 +0000
csiph-web