Gilles Bastié
Gilles Bastié (born 9 February 1971) is a former professional tennis player from France.
Full name | Gilles Bastié |
---|---|
Country (sports) | |
Born | 9 February 1971 |
Prize money | $60,314 |
Singles | |
Career record | 1–2 |
Highest ranking | No. 318 (11 September 1995) |
Doubles | |
Career record | 6–11 |
Highest ranking | No. 176 (4 November 1996) |
Grand Slam Doubles results | |
French Open | 1R (1996) |
Biography
Bastié competed on the professional tour in the 1990s.
Most of his ATP Tour main draw appearances came in the doubles format and he made two semi-finals. This included the Bordeax Open of 1992, which he and Jordi Burillo opened with a win over Björn Borg, who was making a tour comeback, and his partner John Lloyd.[1]
On the singles tour he qualified twice for the main draw at Bordeax, in 1994 and 1995.
At the 1996 French Open he featured in the men's doubles draw as a wildcard pairing with countryman Lionel Barthez.[2]
Challenger titles
Doubles: (1)
No. | Year | Tournament | Surface | Partner | Opponents | Score |
---|---|---|---|---|---|---|
1. | 1996 | Montauban, France | Clay | 6–4, 1–6, 7–6 |
gollark: Yes, wojbie, that's actual live code (with some bits removed to make it fit), not an example.
gollark: No evil "class" stuff needed.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
References
- "ITF Tennis - Pro Circuit - Bordeaux - 14 September - 20 September 1992". International Tennis Federation. Retrieved 1 August 2018.
- "French Open Results Paris (AP)". Nashua Telegraph. 31 May 1996. Retrieved 1 August 2018.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.