X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 78.192.65.63 Path: csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!news.muarf.org!news.roellig-ltd.de!open-news-network.org!border2.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.050 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'subject:file': 0.07; 'csv': 0.16; 'subject:Convert': 0.16; 'subject:format': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'subject:) ': 0.29; 'converting': 0.30; 'anyone': 0.31; 'file': 0.32; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:217': 0.63; 'email addr:gmail.com': 0.63; 'charset:windows-1252': 0.65 X-Virus-Scanned: Debian amavisd-new at mfilter37-d.gandi.net X-Originating-IP: 41.190.237.66 Date: Tue, 19 May 2015 19:48:59 +0300 From: Mihamina Rakotomandimby User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Convert c file to csv file(unix format) in python References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432053932 news.xs4all.nl 2823 [2001:888:2000:d::a6]:45213 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90868 On 05/19/2015 07:30 PM, umasrinath88@gmail.com wrote: > Can anyone help me in converting .c file to csv file (unix format). > > Would you give a sample?