UNdemocracy.com

General Assembly Session 58 meeting 42

Date23 October 2003
Started10:00
Ended12:35

Instructions

Click on the Link to this button beside the speech or paragraph to expand it to a useful panel containing:

  • The date of the speech
  • A link to the original page of the PDF document
  • A URL that can be used in most blogs
  • A structured Citation template suitable for use in a Wikipedia article.

Those last two rows ("URL" and "wiki") use textboxes to hide most of the text.

To access this text, right-click in the textbox with your mouse and choose "Select All", then right-click again and choose "Copy". Now you can right-click into another window and choose "Paste" to get the text.

A-58-PV.42 2003-10-23 10:00 23 October 2003 [[23 October]] [[2003]] /
The President: The Hon. Julian R. Hunte (Saint Lucia)
The meeting was called to order at 10.10 a.m.

Agenda item 15

Elections to fill vacancies in principal organs

(a) Election of five non-permanent members of the Security Council
The President

The General Assembly will now proceed to the election of five non-permanent members of the Security Council to replace those members whose term of office expires on 31 December 2003.

The five outgoing non-permanent members are the following: Bulgaria, Cameroon, Guinea, Mexico and the Syrian Arab Republic. Those five States cannot be re-elected. Their names, therefore, should not appear on the ballot papers.

Apart from the five permanent members, the Security Council will include in the year 2004 the following States: Angola, Chile, Germany, Pakistan and Spain. The names of those States, therefore, should also not appear on the ballot papers.

Of the five non-permanent members that will remain in office in the year 2004, two are from Africa and Asia, one is from Latin America and the Caribbean and two are from Western Europe and other States.

Consequently, pursuant to paragraph 3 of General Assembly resolution 1991 A (XVIII) of 17 December 1963, the five non-permanent members should be elected according to the following pattern: three from Africa and Asia, one from Eastern Europe and one from Latin America and the Caribbean. The ballot papers reflect that pattern.

In accordance with established practice, there is an understanding to the effect that, of the three States to be elected from Africa and Asia, two should be from Africa and one from Asia.

I should also like to inform the Assembly that those candidates, their number not exceeding the number of seats to be filled, that receive the greatest number of votes and a two-thirds majority of those present and voting will be declared elected. In the case of a tie vote for a remaining seat, there will be a restricted ballot limited to those candidates who have obtained an equal number of votes.

May I take it that the General Assembly agrees to that procedure?

It was so decided.
The President

In accordance with rule 92 of the rules of procedure, the election shall be held by secret ballot and there shall be no nominations.

Regarding candidatures, I have been informed by the Chairmen of the respective regional groups of the following.

For the three vacant seats from among the African and Asian States, there are three endorsed candidates, namely, Algeria, Benin and the Philippines. For the vacant seat from among the Eastern European States, there is one endorsed candidate, namely, Romania. For the vacant seat from among the Latin American and Caribbean States, there is one endorsed candidate, namely, Brazil.

In accordance with rule 92 of the rules of procedure, we shall now proceed to the election by secret ballot.

Before we begin the voting process, I should like to remind members that, pursuant to rule 88 of the rules of procedure of the General Assembly, no representative shall interrupt the voting except on a point of order on the actual conduct of the voting.

I should like to seek the usual cooperation of representatives during the time of the conduct of the elections. Please be reminded that during the voting process all campaigning should cease in the General Assembly Hall. That means, in particular, that once the meeting has begun, no more campaign material can be distributed inside the Hall. I intend to follow that to the letter. All representatives are also required to remain in their seats so that the voting process can proceed in an orderly manner. I would also seek the Assembly's cooperation and support regarding cellular phones. Please put them on "vibrate" if you feel you must have them on. It is very disconcerting, when we are in the middle of serious business, to hear those phones sound off. I thank you for your cooperation.

We shall now begin the voting process.

Ballot papers marked "A", "B" and "C" will now be distributed. I request representatives to use only those ballot papers that have been distributed.

May I ask representatives to write on the ballot papers marked "A", for the African and Asian States, the names of the three States for which they wish to vote; on the ballot papers marked "B", for the Eastern European States, the name of the one State for which they wish to vote; and on the ballot papers marked "C", for the Latin American and Caribbean States, the name of the one State for which they wish to vote.

A ballot paper containing more names from the relevant region than the number of seats assigned to it will be declared invalid. Names of Member States on a ballot paper that do not belong to that region will not be counted.

--> -->
 
 
<type 'exceptions.UnicodeEncodeError'>
Python 2.6.6: /usr/bin/python
Sun May 19 11:53:45 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /data/vhost/www.undemocracy.com/docs/trunk.py in ()
  194 if __name__ == "__main__":
  195     pathpart = os.getenv("PATH_INFO")
  196     maintrunk(pathpart)
  197 
  198 
maintrunk = <function maintrunk>, pathpart = '/generalassembly_58/meeting_42/highlight_A-RES-57-29'
 /data/vhost/www.undemocracy.com/docs/trunk.py in maintrunk(pathpart='/generalassembly_58/meeting_42/highlight_A-RES-57-29')
  131     elif pagefunc == "gameeting":
  132         LogIncomingDB(hmap["docid"], hmap["gadice"] or "0", referrer, ipaddress, useragent, remadeurl)
  133         WriteHTML(hmap["htmlfile"], hmap["pdfinfo"], hmap["gadice"], hmap["highlightdoclink"])
  134     elif pagefunc == "agendanumexpanded":
  135         LogIncomingDB(pagefunc, hmap["agendanum"], referrer, ipaddress, useragent, remadeurl)
global WriteHTML = <function WriteHTML>, hmap = {'docid': 'A-58-PV.42', 'gadice': '', 'gameeting': 42, 'gasession': 58, 'highlightdoclink': 'A-RES-57-29', 'htmlfile': '/home/undemocracy/undata/html/A-58-PV.42.html', 'pagefunc': 'gameeting', 'pdfinfo': <pdfinfo.PdfInfo instance>}
 /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteHTML(fhtml='/home/undemocracy/undata/html/A-58-PV.42.html', pdfinfo=<pdfinfo.PdfInfo instance>, gadice='', highlightth='A-RES-57-29')
  348         elif re.match("italicline", dclass):
  349             if not gadice or agendagidcurrent == gadice:
  350                 WriteItalicLine(gid, dclass, dtextmu)
  351         else:  # all cases should have been handled
  352             print '<div class="%s" id="%s">' % (dclass, gid)
global WriteItalicLine = <function WriteItalicLine>, gid = u'pg002-bk01', dclass = u'italicline', dtextmu = u'<p id="pg002-bk01-pa01">At the invitation of the...d Mr. Ali Al-Darmaki (Oman) acted as tellers.</p>'
 /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteItalicLine(gid=u'pg002-bk01', dclass=u'italicline', dtext=u'<p id="pg002-bk01-pa01">At the invitation of the...d Mr. Ali Al-Darmaki (Oman) acted as tellers.</p>')
  182 def WriteItalicLine(gid, dclass, dtext):
  183     print '<div class="act" id="%s">' % gid # dclass
  184     print re.sub("<(/?)p([^>]*)>", "<\\1span\\2>", dtext)
  185     print '</div>'
  186 
global re = <module 're' from '/usr/lib/python2.6/re.pyc'>, re.sub = <function sub>, dtext = u'<p id="pg002-bk01-pa01">At the invitation of the...d Mr. Ali Al-Darmaki (Oman) acted as tellers.</p>'

<type 'exceptions.UnicodeEncodeError'>: 'ascii' codec can't encode character u'\xe3' in position 203: ordinal not in range(128)
      args = ('ascii', u'<span id="pg002-bk01-pa01">At the invitation of ...r. Ali Al-Darmaki (Oman) acted as tellers.</span>', 203, 204, 'ordinal not in range(128)')
      encoding = 'ascii'
      end = 204
      message = ''
      object = u'<span id="pg002-bk01-pa01">At the invitation of ...r. Ali Al-Darmaki (Oman) acted as tellers.</span>'
      reason = 'ordinal not in range(128)'
      start = 203