Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38522
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <mortenengv@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.011 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'output': 0.04; 'subject:Python': 0.05; 'subject:file': 0.07; 'subject:2.7': 0.09; 'skip:f 30': 0.15; 'subject: \n ': 0.16; '8bit%:3': 0.17; 'team,': 0.18; 'python?': 0.20; 'message-id:@mail.gmail.com': 0.27; '8bit%:5': 0.29; 'file': 0.32; 'received:74.125.82': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'saved': 0.35; 'skip:* 20': 0.35; 'received:74.125': 0.36; 'subject:with': 0.36; 'data': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'here': 0.65; 'subject:Any': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=yKgethXIQnadKM3eX4K9QO88WuzFPx1H6YViWCDuW7Y=; b=SpydPlE9apwiPzSoDmHLCZEwBFRz9lROD8VOsM65vn6zJkOxgtrs28hjHKSw40eHKv uT/oAjPlAVwfEYUqEXzsOTZiEPEmgyCbry10tkmiXTcIDw7+j89OIg4isG1JXCescknN gC3S1rJF4FptZ+pSyii+uRcIWQgi3oUlzW3XWqFXxNZNq5pMbl1mHETCIhys+LfV3vfH GvC/0R33CoCbCqjw4cdRhEzfmrgvR6sP6tZeRVUEfccF32Bgsc7wM3KRL/nsGtdiJ/9u MlAoufFb3y7VE8GqFnzVX0m1g+7ftKwknrbgsdJjwCP80JY0YVkiQMWgfLS4eLdBidyo 1/2Q== |
| MIME-Version | 1.0 |
| X-Received | by 10.194.235.6 with SMTP id ui6mr15262945wjc.12.1360420036183; Sat, 09 Feb 2013 06:27:16 -0800 (PST) |
| Date | Sat, 9 Feb 2013 15:27:16 +0100 |
| Subject | Any idea how i can format my output file with ********************Start file*********************** usinf Python 2.7 |
| From | Morten Engvoldsen <mortenengv@gmail.com> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=089e01493bd00085ed04d54b793a |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1550.1360420037.2939.python-list@python.org> (permalink) |
| Lines | 28 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1360420037 news.xs4all.nl 6985 [2001:888:2000:d::a6]:40894 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:38522 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hi Team, I Have saved my output in .doc file and want to format the output with *************Start the File ************************ Some data here *******************End of File***************************** Can you let me know how can i do that using Python?
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Any idea how i can format my output file with ********************Start file*********************** usinf Python 2.7 Morten Engvoldsen <mortenengv@gmail.com> - 2013-02-09 15:27 +0100
Re: Any idea how i can format my output file with ********************Start file*********************** usinf Python 2.7 rusi <rustompmody@gmail.com> - 2013-02-09 08:21 -0800
Re: Any idea how i can format my output file with ********************Start file*********************** usinf Python 2.7 Terry Reedy <tjreedy@udel.edu> - 2013-02-09 14:56 -0500
csiph-web