Path: csiph.com!news.swapon.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!newsfeed.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!feed.tweak.nl!194.109.133.81.MISMATCH!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.055 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'subject:library': 0.09; 'python': 0.10; 'received:172.18.0': 0.16; 'subject:api': 0.16; 'to:name:python-list@python.org': 0.20; 'to:2**1': 0.21; 'header :In-Reply-To:1': 0.24; 'equivalent.': 0.29; 'code': 0.30; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'forget': 0.60; 'believe': 0.66 X-Authority-Analysis: v=2.1 cv=FsfPhTfq c=1 sm=1 tr=0 a=g3mLq75WYuDrh3Lt0JSDww==:117 a=g3mLq75WYuDrh3Lt0JSDww==:17 a=QC7fh9NfAAAA:8 a=5pFAO2ZBLFIA:10 a=8nJEP1OIZ-IA:10 a=uRRa74qj2VoA:10 a=b41TkP2tcWd59402cNIA:9 a=wPNLvfGTeEIA:10 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.activenetwerx.com X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE autolearn=no autolearn_force=no version=3.4.0 From: "Joseph L. Casale" To: Terry Reedy , "python-list@python.org" Subject: RE: return types from library api wrappers Thread-Topic: return types from library api wrappers Thread-Index: AdDYLMgMzjLZAaGWQlyK96o3U5/i5wAmTzKAAAfPBsA= Date: Mon, 17 Aug 2015 16:53:11 +0000 References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [72.29.233.193] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CMAE-Envelope: MS4wfM7HHKBPM3l/efpaZ5NopIdV0xqQfH59usnFV/5noXNKBMWFa9O0ci73zAFUEjaaaOtSY3CRQFKlXaKdBkkdgOpUbtXCkwpOTYDi42YRFder9dDPIu63m7u1TI3vkYNMRQTz26ywjgXOgPgNFsCxATmHuhr3G/ymzvEvpvyxBhyjw1OfdK+dgvDEfY9PaTJ1SA== X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1439830407 news.xs4all.nl 26622 [2001:888:2000:d::a6]:57364 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95438 > Current practice is a NamedTuple for python code or the C equivalent. I= =0A= > forget the C name, but I believe it is used by os.stat=0A= =0A= Hi Terry,=0A= Ok, that is what I will go with.=0A= =0A= Thanks for the confirmation,=0A= jlc=0A=